Roll chromium_revision 92e84c81c1..3efc758c50 (608282:609210)

Change log: https://chromium.googlesource.com/chromium/src/+log/92e84c81c1..3efc758c50
Full diff: https://chromium.googlesource.com/chromium/src/+/92e84c81c1..3efc758c50

Changed dependencies
* src/base: https://chromium.googlesource.com/chromium/src/base/+log/4c8ae78dc3..cdc98da1d2
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/ccf9ff581e..2fb6537bf5
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/e90a91a454..0eab37629b
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/0e5f1f07f2..014b747ae8
* src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/56b241cefa..b31f514df3
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/384d0eaf19..f241a59dcc
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/8a6451c727..b81a9c76c9
* src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/91de11099d..c6ffd7af7d
* src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/45f655f2fe..407b39301e
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3c9415b9d7..48b9128880
* src/tools/swarming_client: https://chromium.googlesource.com/infra/luci/client-py.git/+log/f78187ab77..7f463e66e1
Removed dependency
* src/third_party/android_deps/libs/com_google_android_play_core
DEPS diff: https://chromium.googlesource.com/chromium/src/+/92e84c81c1..3efc758c50/DEPS

No update to Clang.

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

Change-Id: Ia3df581f1be8b9b4218d13059f910b1cd0a09698
Reviewed-on: https://webrtc-review.googlesource.com/c/111349
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@{#25682}
diff --git a/DEPS b/DEPS
index 9103e02..c0a4a52 100644
--- a/DEPS
+++ b/DEPS
@@ -7,16 +7,16 @@
   'checkout_configuration': 'default',
   'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
   'webrtc_git': 'https://webrtc.googlesource.com',
-  'chromium_revision': '92e84c81c1ce85d297776ed9d71d580f43b24d3d',
+  'chromium_revision': '3efc758c50fd21bb3fc14dfc1878f3e6aa2e961f',
   'boringssl_git': 'https://boringssl.googlesource.com',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling swarming_client
   # and whatever else without interference from each other.
-  'swarming_revision': 'f78187ab77127de42555afe0ad410bebde6ac6a5',
+  'swarming_revision': '7f463e66e1c4bb830ef3de9d046aa227d28e1b00',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling BoringSSL
   # and whatever else without interference from each other.
-  'boringssl_revision': '384d0eaf1930af1ebc47eda751f0c78dfcba1c03',
+  'boringssl_revision': 'f241a59dcca617c5b9d9880a8a9fd92996a654be',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling lss
   # and whatever else without interference from each other.
@@ -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': '8a6451c727a27d061b9a886207996f0a079c6433',
+  'catapult_revision': 'b81a9c76c982129c6ec624367bcb0c0dca4a49d3',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling libFuzzer
   # and whatever else without interference from each other.
@@ -42,9 +42,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' + '@' + '4c8ae78dc3852a9f19afefac7bdd55670391bfbc',
+    Var('chromium_git') + '/chromium/src/base' + '@' + 'cdc98da1d2f259e6e61c202fc4a725857fc81615',
   'src/build':
-    Var('chromium_git') + '/chromium/src/build' + '@' + 'ccf9ff581e0c3dea7784b4cc7c5e8433ad61adbb',
+    Var('chromium_git') + '/chromium/src/build' + '@' + '2fb6537bf59c9c9a736997b8bd888ca0ecf54322',
   'src/buildtools':
     Var('chromium_git') + '/chromium/buildtools.git' + '@' + '13a00f110ef910a25763346d6538b60f12845656',
   # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@@ -54,13 +54,13 @@
     'condition': 'checkout_android',
   },
   'src/ios': {
-    'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'e90a91a45473c153a1f6affb122dd4b5a7d914d1',
+    'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '0eab37629be4f494d63f56db9378f4746af17eef',
     'condition': 'checkout_ios',
   },
   'src/testing':
-    Var('chromium_git') + '/chromium/src/testing' + '@' + '0e5f1f07f2b2180957c0bbfdc3fc800d62c16eba',
+    Var('chromium_git') + '/chromium/src/testing' + '@' + '014b747ae8b8b25571ac82ae8932a6cf12ab5e25',
   'src/third_party':
-    Var('chromium_git') + '/chromium/src/third_party' + '@' + '56b241cefa2667b26eb2152fbe6fb55d0b5ba931',
+    Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b31f514df347928fdafc069e5e7a971d09c8e514',
   'src/third_party/android_ndk': {
       'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
       'condition': 'checkout_android',
@@ -107,7 +107,7 @@
   'src/third_party/colorama/src':
     Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
   'src/third_party/depot_tools':
-    Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '91de11099dcd8c37e308992ccfe26dd14cee5f64',
+    Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'c6ffd7af7d84ec354a92a0dc11613ec23cf82c60',
   'src/third_party/errorprone/lib': {
       'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
       'condition': 'checkout_android',
@@ -138,7 +138,7 @@
   'src/third_party/googletest/src':
     Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '879ac092fde0a19e1b3a61b2546b2a422b1528bc',
   'src/third_party/icu': {
-    'url': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '45f655f2feb7069a7b9b47d1b1a596807bfd4220',
+    'url': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '407b39301e71006b68bd38e770f35d32398a7b14',
   },
   'src/third_party/jsr-305/src': {
     'url': Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919',
@@ -225,7 +225,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' + '@' + '3c9415b9d7de0e966857d698fd9ddc3b3cf44816',
+    Var('chromium_git') + '/chromium/src/tools' + '@' + '48b912888019e587112c27fa13135b6cecfdba36',
   'src/tools/swarming_client':
     Var('chromium_git') + '/infra/luci/client-py.git' + '@' +  Var('swarming_revision'),
 
@@ -925,17 +925,6 @@
       'dep_type': 'cipd',
   },
 
-  'src/third_party/android_deps/libs/com_google_android_play_core': {
-      'packages': [
-          {
-              'package': 'chromium/third_party/android_deps/libs/com_google_android_play_core',
-              'version': 'version:1.3.5-cr0',
-          },
-      ],
-      'condition': 'checkout_android',
-      'dep_type': 'cipd',
-  },
-
   'src/third_party/android_deps/libs/com_google_code_findbugs_jsr305': {
       'packages': [
           {