Roll chromium_revision 8c4020bee5..a26950fe56 (441019:441023)

Change log: https://chromium.googlesource.com/chromium/src/+log/8c4020bee5..a26950fe56
Full diff: https://chromium.googlesource.com/chromium/src/+/8c4020bee5..a26950fe56

Changed dependencies:
* src/base: https://chromium.googlesource.com/chromium/src/base/+log/8b1d340405..0a830d49ce
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/4259f2b197..54b5e1ed55
DEPS diff: https://chromium.googlesource.com/chromium/src/+/8c4020bee5..a26950fe56/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2603073002
Cr-Commit-Position: refs/heads/master@{#15845}
diff --git a/DEPS b/DEPS
index 29e8358..a7e27e7 100644
--- a/DEPS
+++ b/DEPS
@@ -2,7 +2,7 @@
 
 vars = {
   'chromium_git': 'https://chromium.googlesource.com',
-  'chromium_revision': '8c4020bee50da2b7d955baf1f917ac1b44d8c42a',
+  'chromium_revision': 'a26950fe56633698f770410238c2d0e8624015ce',
   'boringssl_git': 'https://boringssl.googlesource.com',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling swarming_client
@@ -38,13 +38,13 @@
   # TODO(kjellander): Move this to be Android-only once the libevent dependency
   # in base/third_party/libevent is solved.
   'src/base':
-    Var('chromium_git') + '/chromium/src/base' + '@' + '8b1d3404058273b4ea46d3820e2e9a09714128e3',
+    Var('chromium_git') + '/chromium/src/base' + '@' + '0a830d49ce78f7cd51082d10fdecafcc3eee0490',
   'src/build':
     Var('chromium_git') + '/chromium/src/build' + '@' + 'bdc04ca095549fc9f1e27210d8e36c58a7b40600',
   'src/buildtools':
     Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0ef801087682b271e9ace93cfa93e9d3dea98079',
   'src/testing':
-    Var('chromium_git') + '/chromium/src/testing' + '@' + '4259f2b19720de1e3f51b8d639dc3c90b8a8fd6a',
+    Var('chromium_git') + '/chromium/src/testing' + '@' + '54b5e1ed5588d9a39013fffdfad9071b11dd7db8',
   'src/testing/gtest':
     Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6f8a66431cb592dad629028a50b3dd418a408c87',
   'src/testing/gmock':