Roll chromium_revision 5397835a49..26e9592db5 (618202:618302)

Change log: https://chromium.googlesource.com/chromium/src/+log/5397835a49..26e9592db5
Full diff: https://chromium.googlesource.com/chromium/src/+/5397835a49..26e9592db5

Changed dependencies
* src/base: https://chromium.googlesource.com/chromium/src/base/+log/e8a9bf196b..d335fd1242
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/f105d6f929..d200f9ddb4
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8c5e5e5510..38a6d50fe6
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1528353c53..5bf5785c90
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/7d95d86a65..3a190c23dd
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ee99d84f02..e5309a6e41
DEPS diff: https://chromium.googlesource.com/chromium/src/+/5397835a49..26e9592db5/DEPS

Clang version changed 346388:349417
Details: https://chromium.googlesource.com/chromium/src/+/5397835a49..26e9592db5/tools/clang/scripts/update.py

TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,
BUG=None

Change-Id: I2a0c2c09854927d4d9097a8db62442bff39d8e5e
Reviewed-on: https://webrtc-review.googlesource.com/c/115380
Reviewed-by: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#26079}
diff --git a/DEPS b/DEPS
index 31c780d..366f0ae 100644
--- a/DEPS
+++ b/DEPS
@@ -7,7 +7,7 @@
   'checkout_configuration': 'default',
   'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
   'webrtc_git': 'https://webrtc.googlesource.com',
-  'chromium_revision': '5397835a4991f458a997ab794c3eebb9a7517a01',
+  'chromium_revision': '26e9592db563218aec7e8187e7a8c19a24349035',
   'boringssl_git': 'https://boringssl.googlesource.com',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling swarming_client
@@ -24,7 +24,7 @@
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling catapult
   # and whatever else without interference from each other.
-  'catapult_revision': '7d95d86a652fb83e619f1861708d19f938bf32de',
+  'catapult_revision': '3a190c23ddf1f45cdfa478864bc7078a3c6b2238',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling libFuzzer
   # and whatever else without interference from each other.
@@ -46,9 +46,9 @@
   # 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' + '@' + 'e8a9bf196b8e1be266264fd9ed2ec9911dafc872',
+    Var('chromium_git') + '/chromium/src/base' + '@' + 'd335fd124249e7355f23a031c9e148743549129d',
   'src/build':
-    Var('chromium_git') + '/chromium/src/build' + '@' + 'f105d6f929190825a4e2b10251ee4968b7b24645',
+    Var('chromium_git') + '/chromium/src/build' + '@' + 'd200f9ddb43203c8df54330dc22c9cbc373be442',
   'src/buildtools':
     Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7d88270de197ebe8b439ab5eb57a4a2a0bb810e0',
   # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@@ -58,13 +58,13 @@
     'condition': 'checkout_android',
   },
   'src/ios': {
-    'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '8c5e5e55100632bae7163c44aba29d91cdba3699',
+    'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '38a6d50fe6d17e827fa79298f843584043eeebaf',
     'condition': 'checkout_ios',
   },
   'src/testing':
     Var('chromium_git') + '/chromium/src/testing' + '@' + '1f281b0c1c86356f4ceb8a38e70028c13a6c487e',
   'src/third_party':
-    Var('chromium_git') + '/chromium/src/third_party' + '@' + '1528353c5371cad41269464d98372fb5f21c74d5',
+    Var('chromium_git') + '/chromium/src/third_party' + '@' + '5bf5785c907e41fdf0b9159fcf87b77a122763c9',
   'src/third_party/android_ndk': {
       'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
       'condition': 'checkout_android',
@@ -229,7 +229,7 @@
   'src/third_party/yasm/source/patched-yasm':
     Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad',
   'src/tools':
-    Var('chromium_git') + '/chromium/src/tools' + '@' + 'ee99d84f029b9904449843c2c95da7bf8bac1160',
+    Var('chromium_git') + '/chromium/src/tools' + '@' + 'e5309a6e41067c666397efa538c0adb3637a52ad',
   'src/tools/swarming_client':
     Var('chromium_git') + '/infra/luci/client-py.git' + '@' +  Var('swarming_revision'),