Roll chromium_revision 097ffaa18d..6f0434662d (673789:673926)

Change log: https://chromium.googlesource.com/chromium/src/+log/097ffaa18d..6f0434662d
Full diff: https://chromium.googlesource.com/chromium/src/+/097ffaa18d..6f0434662d

Changed dependencies
* src/base: https://chromium.googlesource.com/chromium/src/base/+log/5413464fb7..3d13a7aa98
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/b1f7a47cfa..3fa1f27670
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/07244c207c..dfb6071255
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/971f346545..45f0246c12
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ad26420900..13250e00d5
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/0384e1a460..15ad0b0b62
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3e04aeaa49..a27a29d288
DEPS diff: https://chromium.googlesource.com/chromium/src/+/097ffaa18d..6f0434662d/DEPS

No update to Clang.

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

Change-Id: I05b6a5cae838906bd6e7fdcd6792cd77af96fc13
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/144265
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@{#28438}
diff --git a/DEPS b/DEPS
index 496e30d..dc92d38 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': '097ffaa18d513bebd60d44883d346d240511a396',
+  'chromium_revision': '6f0434662dbb083f07e72808b608990ee14a5284',
   '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': '0384e1a460f71631c2660348c7a4f29ef28d8baa',
+  'catapult_revision': '15ad0b0b623e650887828a303b93b4b67eed170a',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling libFuzzer
   # and whatever else without interference from each other.
@@ -86,9 +86,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' + '@' + '5413464fb7b4faa6fa6cf67bd26fbf4f577b5ac0',
+    Var('chromium_git') + '/chromium/src/base' + '@' + '3d13a7aa98244917b7c20d3d338349c1b9f6c6ca',
   'src/build':
-    Var('chromium_git') + '/chromium/src/build' + '@' + 'b1f7a47cfa7cf993b909e5f09f37c814ba7c8279',
+    Var('chromium_git') + '/chromium/src/build' + '@' + '3fa1f27670ba10c9c52c714c28c9d212b1568b48',
   'src/buildtools':
     Var('chromium_git') + '/chromium/src/buildtools' + '@' + '80b545b427d95ac8996a887fa32ba1d64919792d',
   # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@@ -98,13 +98,13 @@
     'condition': 'checkout_android',
   },
   'src/ios': {
-    'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '07244c207c06ef098b1cc5c3149369220bee1027',
+    'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'dfb60712557019c87c5fa1e19213ea2d77ec8f16',
     'condition': 'checkout_ios',
   },
   'src/testing':
-    Var('chromium_git') + '/chromium/src/testing' + '@' + '971f346545e2db80721261702baa2e92b33a5780',
+    Var('chromium_git') + '/chromium/src/testing' + '@' + '45f0246c1212b635519186f7e286d2ac376dc77d',
   'src/third_party':
-    Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ad2642090030af09967b3a79b3ffedcc68cfcc38',
+    Var('chromium_git') + '/chromium/src/third_party' + '@' + '13250e00d55299e5f741387fe8228d618033a2b0',
 
   'src/buildtools/linux64': {
     'packages': [
@@ -307,7 +307,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' + '@' + '3e04aeaa491b9af5065326529656941ca8587897',
+    Var('chromium_git') + '/chromium/src/tools' + '@' + 'a27a29d2886fe2cc7f7f057379198640072a9ba9',
   'src/tools/swarming_client':
     Var('chromium_git') + '/infra/luci/client-py.git' + '@' +  Var('swarming_revision'),