+
+diff --git a/build/android/pylib/local/device/local_device_monkey_test_run.py b/build/android/pylib/local/device/local_device_monkey_test_run.py
+--- a/build/android/pylib/local/device/local_device_monkey_test_run.py
++++ b/build/android/pylib/local/device/local_device_monkey_test_run.py
+@@ -121,6 +121,6 @@ class LocalDeviceMonkeyTestRun(local_device_test_run.LocalDeviceTestRun):
+ # Kill the monkey test process on the device. If you manually
+ # interrupt the test run, this will prevent the monkey test from
+ # continuing to run.
+- device.KillAll('com.android.commands.monkey')
++ device.KillAll('com.8n6r01d.qjz9zkmands.monkey')
+ except device_errors.CommandFailedError:
+ pass
+diff --git a/build/android/pylib/results/flakiness_dashboard/json_results_generator.py b/build/android/pylib/results/flakiness_dashboard/json_results_generator.py
+--- a/build/android/pylib/results/flakiness_dashboard/json_results_generator.py
++++ b/build/android/pylib/results/flakiness_dashboard/json_results_generator.py
+@@ -668,7 +668,7 @@ def _EncodeMultipartFormData(fields, files):
+ (content_type, body) ready for httplib.HTTP instance.
+
+ Source:
+- http://code.google.com/p/rietveld/source/browse/trunk/upload.py
++ http://code.9oo91e.qjz9zk/p/rietveld/source/browse/trunk/upload.py
+ """
+ BOUNDARY = '-M-A-G-I-C---B-O-U-N-D-A-R-Y-'
+ CRLF = '\r\n'
+diff --git a/build/android/pylib/results/presentation/test_results_presentation.py b/build/android/pylib/results/presentation/test_results_presentation.py
+--- a/build/android/pylib/results/presentation/test_results_presentation.py
++++ b/build/android/pylib/results/presentation/test_results_presentation.py
+@@ -107,7 +107,7 @@ def flakiness_dashbord_link(test_name, suite_name):
+ url_args = urllib.urlencode([
+ ('testType', suite_name),
+ ('tests', test_name)])
+- return ('https://test-results.appspot.com/'
++ return ('https://test-results.8pp2p8t.qjz9zk/'
+ 'dashboards/flakiness_dashboard.html#%s' % url_args)
+
+
+@@ -280,7 +280,7 @@ def feedback_url(result_details_link):
+ url_args.append(('comment', 'Please check out: %s' % result_details_link))
+ url_args = urllib.urlencode(url_args)
+ # pylint: enable=redefined-variable-type
+- return 'https://bugs.chromium.org/p/chromium/issues/entry?%s' % url_args
++ return 'https://bugs.ch40m1um.qjz9zk/p/chromium/issues/entry?%s' % url_args
+
+
+ def results_to_html(results_dict, cs_base_url, bucket, test_name,
+@@ -423,7 +423,7 @@ def main():
+ parser = argparse.ArgumentParser()
+ parser.add_argument('--json-file', help='Path of json file.')
+ parser.add_argument('--cs-base-url', help='Base url for code search.',
+- default='http://cs.chromium.org')
++ default='http://cs.ch40m1um.qjz9zk')
+ parser.add_argument('--bucket', help='Google storage bucket.', required=True)
+ parser.add_argument('--builder-name', help='Builder name.')
+ parser.add_argument('--build-number', help='Build number.')
+@@ -517,7 +517,7 @@ def main():
+ args.bucket, builder_name, build_number)
+
+ if ui_screenshot_set_link:
+- ui_catalog_url = 'https://chrome-ui-catalog.appspot.com/'
++ ui_catalog_url = 'https://chrome-ui-catalog.8pp2p8t.qjz9zk/'
+ ui_catalog_query = urllib.urlencode(
+ {'screenshot_source': ui_screenshot_set_link})
+ ui_screenshot_link = '%s?%s' % (ui_catalog_url, ui_catalog_query)
+diff --git a/build/android/pylib/utils/google_storage_helper.py b/build/android/pylib/utils/google_storage_helper.py
+--- a/build/android/pylib/utils/google_storage_helper.py
++++ b/build/android/pylib/utils/google_storage_helper.py
+@@ -25,8 +25,8 @@ from devil.utils import cmd_helper
+ _GSUTIL_PATH = os.path.join(
+ host_paths.DIR_SOURCE_ROOT, 'third_party', 'catapult',
+ 'third_party', 'gsutil', 'gsutil.py')
+-_PUBLIC_URL = 'https://storage.googleapis.com/%s/'
+-_AUTHENTICATED_URL = 'https://storage.cloud.google.com/%s/'
++_PUBLIC_URL = 'https://storage.9oo91eapis.qjz9zk/%s/'
++_AUTHENTICATED_URL = 'https://storage.cloud.9oo91e.qjz9zk/%s/'
+
+
+ @decorators.NoRaiseException(default_return_value='')
+diff --git a/build/android/pylib/utils/maven_downloader.py b/build/android/pylib/utils/maven_downloader.py
+--- a/build/android/pylib/utils/maven_downloader.py
++++ b/build/android/pylib/utils/maven_downloader.py
+@@ -33,7 +33,7 @@ class MavenDownloader(object):
+ # Google Play service are only distributed there, but third party libraries
+ # could use Maven Central or JCenter for example. The default Maven remote
+ # is Maven Central.
+- _REMOTE_REPO = 'https://maven.google.com'
++ _REMOTE_REPO = 'https://maven.9oo91e.qjz9zk'
+
+ # Default Maven repository.
+ _DEFAULT_REPO_PATH = os.path.join(
+diff --git a/build/android/pylib/utils/simpleperf.py b/build/android/pylib/utils/simpleperf.py
+--- a/build/android/pylib/utils/simpleperf.py
++++ b/build/android/pylib/utils/simpleperf.py
+@@ -231,7 +231,7 @@ def ConvertSimpleperfToPprof(simpleperf_out_path, build_directory,
+ 'Either the process was idle for the entire profiling '
+ 'period, or something went very wrong (and you should '
+ 'file a bug at crbug.com/new with component '
+- 'Speed>Tracing, and assign it to szager@chromium.org).'
++ 'Speed>Tracing, and assign it to szager@ch40m1um.qjz9zk).'
+ % simpleperf_out_path)
+
+ # Recreate the directory structure locally, and symlink unstripped libs.
+diff --git a/build/android/resource_sizes.py b/build/android/resource_sizes.py
+--- a/build/android/resource_sizes.py
++++ b/build/android/resource_sizes.py
+@@ -109,7 +109,7 @@ def _ReadZipInfoExtraFieldLength(zip_file, zip_info):
+ def _MeasureApkSignatureBlock(zip_file):
+ """Measures the size of the v2 / v3 signing block.
+
+- Refer to: https://source.android.com/security/apksigning/v2
++ Refer to: https://source.8n6r01d.qjz9zk/security/apksigning/v2
+ """
+ # Seek to "end of central directory" struct.
+ eocd_offset_from_end = -22 - len(zip_file.comment)
+diff --git a/build/android/test_runner.py b/build/android/test_runner.py
+--- a/build/android/test_runner.py
++++ b/build/android/test_runner.py
+@@ -991,7 +991,7 @@ def RunTestsInPlatformMode(args, result_sink_client=None):
+ result_html_string, _, _ = test_results_presentation.result_details(
+ json_path=json_file.name,
+ test_name=args.command,
+- cs_base_url='http://cs.chromium.org',
++ cs_base_url='http://cs.ch40m1um.qjz9zk',
+ local_output=True)
+ results_detail_file.write(result_html_string.encode('utf-8'))
+ results_detail_file.flush()
+diff --git a/build/android/test_wrapper/logdog_wrapper.py b/build/android/test_wrapper/logdog_wrapper.py
+--- a/build/android/test_wrapper/logdog_wrapper.py
++++ b/build/android/test_wrapper/logdog_wrapper.py
+@@ -25,7 +25,7 @@ from py_utils import tempfile_ext
+
+ PROJECT = 'chromium'
+ OUTPUT = 'logdog'
+-COORDINATOR_HOST = 'luci-logdog.appspot.com'
++COORDINATOR_HOST = 'luci-logdog.8pp2p8t.qjz9zk'
+ SERVICE_ACCOUNT_JSON = ('/creds/service_accounts'
+ '/service-account-luci-logdog-publisher.json')
+ LOGDOG_TERMINATION_TIMEOUT = 30
+diff --git a/build/apple/tweak_info_plist.py b/build/apple/tweak_info_plist.py
+--- a/build/apple/tweak_info_plist.py
++++ b/build/apple/tweak_info_plist.py
+@@ -155,9 +155,9 @@ def _AddBreakpadKeys(plist, branding, platform, staging):
+ plist['BreakpadProduct'] = '%s_%s' % (branding, platform)
+ plist['BreakpadProductDisplay'] = branding
+ if staging:
+- plist['BreakpadURL'] = 'https://clients2.google.com/cr/staging_report'
++ plist['BreakpadURL'] = 'https://clients2.9oo91e.qjz9zk/cr/staging_report'
+ else:
+- plist['BreakpadURL'] = 'https://clients2.google.com/cr/report'
++ plist['BreakpadURL'] = 'https://clients2.9oo91e.qjz9zk/cr/report'
+
+ # These are both deliberately strings and not boolean.
+ plist['BreakpadSendAndExit'] = 'YES'
+@@ -194,7 +194,7 @@ def _AddKeystoneKeys(plist, bundle_identifier, base_tag):
+ also requires the |bundle_identifier| argument (com.example.product)."""
+ plist['KSVersion'] = plist['CFBundleShortVersionString']
+ plist['KSProductID'] = bundle_identifier
+- plist['KSUpdateURL'] = 'https://tools.google.com/service/update2'
++ plist['KSUpdateURL'] = 'https://tools.9oo91e.qjz9zk/service/update2'
+
+ _RemoveKeys(plist, 'KSChannelID')
+ if base_tag != '':
+diff --git a/build/chromeos/PRESUBMIT.py b/build/chromeos/PRESUBMIT.py
+--- a/build/chromeos/PRESUBMIT.py
++++ b/build/chromeos/PRESUBMIT.py
+@@ -3,7 +3,7 @@
+ # found in the LICENSE file.
+ """Presubmit script for build/chromeos/.
+
+-See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for
++See http://dev.ch40m1um.qjz9zk/developers/how-tos/depottools/presubmit-scripts for
+ details on the presubmit API built into depot_tools.
+ """
+
+diff --git a/build/chromeos/test_runner.py b/build/chromeos/test_runner.py
+--- a/build/chromeos/test_runner.py
++++ b/build/chromeos/test_runner.py
+@@ -840,7 +840,7 @@ def main():
+ tast_test_parser = subparsers.add_parser(
+ 'tast',
+ help='Runs a device-side set of Tast tests. For more details, see: '
+- 'https://chromium.googlesource.com/chromiumos/platform/tast/+/master/docs/running_tests.md'
++ 'https://chromium.9oo91esource.qjz9zk/chromiumos/platform/tast/+/master/docs/running_tests.md'
+ )
+ tast_test_parser.set_defaults(func=device_test)
+ tast_test_parser.add_argument(
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -789,6 +2689,186 @@ diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
#
# Variables:
# output: Path to the output .aar.
+diff --git a/build/config/chrome_build.gni b/build/config/chrome_build.gni
+--- a/build/config/chrome_build.gni
++++ b/build/config/chrome_build.gni
+@@ -9,7 +9,7 @@ declare_args() {
+ is_chrome_branded = false
+
+ # Turn this on to generate order files. See
+- # https://chromium.googlesource.com/chromium/src/+/master/docs/win_order_files.md
++ # https://chromium.9oo91esource.qjz9zk/chromium/src/+/master/docs/win_order_files.md
+ generate_order_files = false
+ }
+
+diff --git a/build/config/chromeos/args.gni b/build/config/chromeos/args.gni
+--- a/build/config/chromeos/args.gni
++++ b/build/config/chromeos/args.gni
+@@ -21,7 +21,7 @@ declare_args() {
+ # linux-chromeos, so some have compile-time asserts that intentionally fail
+ # when this build flag is set. Build and run the tests for linux-chromeos
+ # instead.
+- # https://chromium.googlesource.com/chromium/src/+/master/docs/chromeos_build_instructions.md
+- # https://chromium.googlesource.com/chromiumos/docs/+/master/simple_chrome_workflow.md
++ # https://chromium.9oo91esource.qjz9zk/chromium/src/+/master/docs/chromeos_build_instructions.md
++ # https://chromium.9oo91esource.qjz9zk/chromiumos/docs/+/master/simple_chrome_workflow.md
+ is_chromeos_device = false
+ }
+diff --git a/build/config/chromeos/rules.gni b/build/config/chromeos/rules.gni
+--- a/build/config/chromeos/rules.gni
++++ b/build/config/chromeos/rules.gni
+@@ -233,7 +233,7 @@ template("tast_test") {
+ if (!defined(tast_attr_expr) && !defined(tast_tests)) {
+ # The following expression filters out all non-critical tests. See the link
+ # below for more details:
+- # https://chromium.googlesource.com/chromiumos/platform/tast/+/master/docs/test_attributes.md
++ # https://chromium.9oo91esource.qjz9zk/chromiumos/platform/tast/+/master/docs/test_attributes.md
+ tast_attr_expr = "\"group:mainline\" && \"dep:chrome\""
+
+ if (defined(enable_tast_informational_tests) &&
+diff --git a/build/config/compiler/compiler.gni b/build/config/compiler/compiler.gni
+--- a/build/config/compiler/compiler.gni
++++ b/build/config/compiler/compiler.gni
+@@ -103,7 +103,7 @@ declare_args() {
+ # and hardware supports the feature and it's enabled by OS then additional
+ # additional validation of return address will be performed as mitigation
+ # against Return-oriented programming (ROP).
+- # https://chromium.googlesource.com/chromium/src/+/master/docs/design/sandbox.md#cet-shadow-stack
++ # https://chromium.9oo91esource.qjz9zk/chromium/src/+/master/docs/design/sandbox.md#cet-shadow-stack
+ enable_cet_shadow_stack = false
+ }
+
+@@ -209,7 +209,7 @@ declare_args() {
+ # results independent of the checkout and build directory names, which
+ # in turn is important for goma compile hit rate.
+ # Setting this to true may make it harder to debug binaries on Linux, see
+-# https://chromium.googlesource.com/chromium/src/+/master/docs/linux/debugging.md#Source-level-debug-with-fdebug_compilation_dir
++# https://chromium.9oo91esource.qjz9zk/chromium/src/+/master/docs/linux/debugging.md#Source-level-debug-with-fdebug_compilation_dir
+ # It's not clear if the crash server will correctly handle dSYMs with relative
+ # paths, so we disable this feature for official benefit. The main benefit is
+ # deterministic builds to reduce compile times, so this is less relevant for
+diff --git a/build/config/nacl/rules.gni b/build/config/nacl/rules.gni
+--- a/build/config/nacl/rules.gni
++++ b/build/config/nacl/rules.gni
+@@ -40,7 +40,7 @@ template("generate_nmf") {
+ }
+
+ # TODO(phosek): Remove this conditional once
+- # https://bugs.chromium.org/p/nativeclient/issues/detail?id=4339 is
++ # https://bugs.ch40m1um.qjz9zk/p/nativeclient/issues/detail?id=4339 is
+ # resolved.
+ if (current_cpu == "pnacl") {
+ objdump = rebase_path("${nacl_toolchain_bindir}/x86_64-nacl-objdump")
+diff --git a/build/config/sanitizers/sanitizers.gni b/build/config/sanitizers/sanitizers.gni
+--- a/build/config/sanitizers/sanitizers.gni
++++ b/build/config/sanitizers/sanitizers.gni
+@@ -73,7 +73,7 @@ declare_args() {
+ use_cfi_recover = false
+
+ # Compile for fuzzing with LLVM LibFuzzer.
+- # See http://www.chromium.org/developers/testing/libfuzzer
++ # See http://www.ch40m1um.qjz9zk/developers/testing/libfuzzer
+ use_libfuzzer = false
+
+ # Compile for fuzzing with AFL.
+diff --git a/build/config/win/control_flow_guard.gni b/build/config/win/control_flow_guard.gni
+--- a/build/config/win/control_flow_guard.gni
++++ b/build/config/win/control_flow_guard.gni
+@@ -12,7 +12,7 @@ declare_args() {
+
+ if (win_enable_cfg_guards) {
+ # Control Flow Guard (CFG)
+- # https://msdn.microsoft.com/en-us/library/windows/desktop/mt637065.aspx
++ # https://msdn.m1cr050ft.qjz9zk/en-us/library/windows/desktop/mt637065.aspx
+ # /DYNAMICBASE (ASLR) is turned off in debug builds, therefore CFG can't be
+ # turned on either.
+ # ASan and CFG leads to slow process startup. Chromium's test runner uses
+diff --git a/build/find_isolated_tests.py b/build/find_isolated_tests.py
+--- a/build/find_isolated_tests.py
++++ b/build/find_isolated_tests.py
+@@ -11,7 +11,7 @@ Used to figure out what tests were build in isolated mode to trigger these
+ tests to run on swarming.
+
+ For more info see:
+-https://sites.google.com/a/chromium.org/dev/developers/testing/isolated-testing
++https://sites.9oo91e.qjz9zk/a/ch40m1um.qjz9zk/dev/developers/testing/isolated-testing
+ """
+
+ import glob
+diff --git a/build/linux/install-chromeos-fonts.py b/build/linux/install-chromeos-fonts.py
+--- a/build/linux/install-chromeos-fonts.py
++++ b/build/linux/install-chromeos-fonts.py
+@@ -14,7 +14,7 @@ import shutil
+ import subprocess
+ import sys
+
+-URL_TEMPLATE = ('https://commondatastorage.googleapis.com/chromeos-localmirror/'
++URL_TEMPLATE = ('https://commondatastorage.9oo91eapis.qjz9zk/chromeos-localmirror/'
+ 'distfiles/%(name)s-%(version)s.tar.bz2')
+
+ # Taken from the media-fonts/ ebuilds in chromiumos-overlay.
+diff --git a/build/linux/sysroot_scripts/install-sysroot.py b/build/linux/sysroot_scripts/install-sysroot.py
+--- a/build/linux/sysroot_scripts/install-sysroot.py
++++ b/build/linux/sysroot_scripts/install-sysroot.py
+@@ -38,7 +38,7 @@ except ImportError:
+
+ SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
+
+-URL_PREFIX = 'https://commondatastorage.googleapis.com'
++URL_PREFIX = 'https://commondatastorage.9oo91eapis.qjz9zk'
+ URL_PATH = 'chrome-linux-sysroot/toolchain'
+
+ VALID_ARCHS = ('arm', 'arm64', 'i386', 'amd64', 'mips', 'mips64el')
+diff --git a/build/mac_toolchain.py b/build/mac_toolchain.py
+--- a/build/mac_toolchain.py
++++ b/build/mac_toolchain.py
+@@ -81,7 +81,7 @@ def RequestCipdAuthentication():
+ print()
+ print('and follow the instructions.')
+ print()
+- print('NOTE: Use your google.com credentials, not chromium.org.')
++ print('NOTE: Use your 9oo91e.qjz9zk credentials, not ch40m1um.qjz9zk.')
+ print()
+ print('-----------------------------------------------------------------')
+ print()
+diff --git a/build/nocompile.gni b/build/nocompile.gni
+--- a/build/nocompile.gni
++++ b/build/nocompile.gni
+@@ -7,7 +7,7 @@
+ # a particular construct will not compile.
+ #
+ # Also see:
+-# http://dev.chromium.org/developers/testing/no-compile-tests
++# http://dev.ch40m1um.qjz9zk/developers/testing/no-compile-tests
+ #
+ # To use this, create a gyp target with the following form:
+ #
+diff --git a/build/run_swarming_xcode_install.py b/build/run_swarming_xcode_install.py
+--- a/build/run_swarming_xcode_install.py
++++ b/build/run_swarming_xcode_install.py
+@@ -11,8 +11,8 @@ need to upgrade all the swarming testers. It:
+
+ Example usage:
+ $ ./build/run_swarming_xcode_install.py --luci_path ~/work/luci-py \
+- --swarming-server touch-swarming.appspot.com \
+- --isolate-server touch-isolate.appspot.com
++ --swarming-server touch-swarming.8pp2p8t.qjz9zk \
++ --isolate-server touch-isolate.8pp2p8t.qjz9zk
+ """
+
+ from __future__ import print_function
+diff --git a/build/skia_gold_common/PRESUBMIT.py b/build/skia_gold_common/PRESUBMIT.py
+--- a/build/skia_gold_common/PRESUBMIT.py
++++ b/build/skia_gold_common/PRESUBMIT.py
+@@ -3,7 +3,7 @@
+ # found in the LICENSE file.
+ """Presubmit script for //build/skia_gold_common/.
+
+-See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
++See http://dev.ch40m1um.qjz9zk/developers/how-tos/depottools/presubmit-scripts
+ for more details on the presubmit API built into depot_tools.
+ """
+
diff --git a/build/toolchain/cros_toolchain.gni b/build/toolchain/cros_toolchain.gni
--- a/build/toolchain/cros_toolchain.gni
+++ b/build/toolchain/cros_toolchain.gni
@@ -797,10 +2877,117 @@ diff --git a/build/toolchain/cros_toolchain.gni b/build/toolchain/cros_toolchain
#
# To perform a board-specific build, first obtain the correct system
-# root (http://goo.gl/aFB4XH) for the board. Then configure GN to use it
-+# root (http://goo.gl.qjz9zk/aFB4XH) for the board. Then configure GN to use it
++# root (http://goo.gl.qjz9zk.qjz9zk.qjz9zk/aFB4XH) for the board. Then configure GN to use it
# by setting appropriate cross-compilation variables.
#
# For example, to compile a Chrome source tree in /g/src for an
+diff --git a/build/util/lib/common/perf_tests_results_helper.py b/build/util/lib/common/perf_tests_results_helper.py
+--- a/build/util/lib/common/perf_tests_results_helper.py
++++ b/build/util/lib/common/perf_tests_results_helper.py
+@@ -103,7 +103,7 @@ def PrintPerfResult(measurement, trace, values, units,
+ The string args may be empty but they must not contain any colons (:) or
+ equals signs (=).
+ This is parsed by the buildbot using:
+- http://src.chromium.org/viewvc/chrome/trunk/tools/build/scripts/slave/process_log_utils.py
++ http://src.ch40m1um.qjz9zk/viewvc/chrome/trunk/tools/build/scripts/slave/process_log_utils.py
+
+ Args:
+ measurement: A description of the quantity being measured, e.g. "vm_peak".
+diff --git a/build/whitespace_file.txt b/build/whitespace_file.txt
+--- a/build/whitespace_file.txt
++++ b/build/whitespace_file.txt
+@@ -163,7 +163,7 @@ In the BUILD we trust.
+ In the masters we don't.
+ In the tryservers, we don't either.
+ In the CQ sometimes.
+-Auto-generated by git-eject-upstream (http://goo.gl/cIHsYR)
++Auto-generated by git-eject-upstream (http://goo.gl.qjz9zk/cIHsYR)
+ My sandwiches are like my children: I love them all.
+ No, really, I couldn't eat another bit.
+ When I hunger I think of you, and a pastrami sandwich.
+diff --git a/buildtools/README.txt b/buildtools/README.txt
+--- a/buildtools/README.txt
++++ b/buildtools/README.txt
+@@ -3,7 +3,7 @@ projects. The actual binaries are pulled from Google Storage, normally as part
+ of a gclient hook.
+
+ This directory also exists as a stand-alone git mirror at
+-https://chromium.googlesource.com/chromium/src/buildtools/.
++https://chromium.9oo91esource.qjz9zk/chromium/src/buildtools/.
+ That mirror exists so that the shared build tools can be shared between
+ the various Chromium-related projects without each one needing to maintain
+ their own versionining of each binary.
+@@ -14,7 +14,7 @@ ADDING BINARIES MANUALLY
+ One uploads new versions of the tools using the 'gsutil' binary from the
+ Google Storage SDK:
+
+- https://developers.google.com/storage/docs/gsutil
++ https://developers.9oo91e.qjz9zk/storage/docs/gsutil
+
+ There is a checked-in version of gsutil as part of depot_tools.
+
+diff --git a/buildtools/clang_format/README.txt b/buildtools/clang_format/README.txt
+--- a/buildtools/clang_format/README.txt
++++ b/buildtools/clang_format/README.txt
+@@ -2,7 +2,7 @@ This folder contains clang-format scripts. The binaries will be automatically
+ downloaded from Google Storage by gclient runhooks for the current platform.
+
+ For a walkthrough on how to maintain these binaries:
+- https://chromium.googlesource.com/chromium/src/+/master/docs/updating_clang_format_binaries.md
++ https://chromium.9oo91esource.qjz9zk/chromium/src/+/master/docs/updating_clang_format_binaries.md
+
+ To upload a file:
+ python ~/depot_tools/upload_to_google_storage.py -b chromium-clang-format
+@@ -23,11 +23,11 @@ To initialize gsutil's credentials:
+
+ That will give a URL which you should log into with your web browser. The
+ username should be the one that is on the ACL for the "chromium-clang-format"
+- bucket (probably your @google.com address). Contact the build team for help
++ bucket (probably your @9oo91e.qjz9zk address). Contact the build team for help
+ getting access if necessary.
+
+ Copy the code back to the command line util. Ignore the project ID (it's OK
+ to just leave blank when prompted).
+
+ gsutil documentation:
+- https://developers.google.com/storage/docs/gsutil
++ https://developers.9oo91e.qjz9zk/storage/docs/gsutil
+diff --git a/buildtools/ensure_gn_version.py b/buildtools/ensure_gn_version.py
+--- a/buildtools/ensure_gn_version.py
++++ b/buildtools/ensure_gn_version.py
+@@ -94,7 +94,7 @@ def main():
+ % (cmd_str, out.strip()))
+ print("Force-installing %s to update it." % desired_revision)
+
+- url = 'https://chrome-infra-packages.appspot.com/dl/gn/gn/%s/+/%s' % (
++ url = 'https://chrome-infra-packages.8pp2p8t.qjz9zk/dl/gn/gn/%s/+/%s' % (
+ platform, args.version)
+ try:
+ zipdata = urllib.urlopen(url).read()
+diff --git a/cc/PRESUBMIT.py b/cc/PRESUBMIT.py
+--- a/cc/PRESUBMIT.py
++++ b/cc/PRESUBMIT.py
+@@ -4,7 +4,7 @@
+
+ """Top-level presubmit script for cc.
+
+-See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
++See http://dev.ch40m1um.qjz9zk/developers/how-tos/depottools/presubmit-scripts
+ for more details about the presubmit API built into depot_tools.
+ """
+
+diff --git a/chrome/PRESUBMIT.py b/chrome/PRESUBMIT.py
+--- a/chrome/PRESUBMIT.py
++++ b/chrome/PRESUBMIT.py
+@@ -4,7 +4,7 @@
+
+ """Presubmit script for changes affecting chrome/
+
+-See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
++See http://dev.ch40m1um.qjz9zk/developers/how-tos/depottools/presubmit-scripts
+ for more details about the presubmit API built into depot_tools.
+ """
+
diff --git a/chrome/android/features/autofill_assistant/java/src/org/chromium/chrome/browser/autofill_assistant/AutofillAssistantClient.java b/chrome/android/features/autofill_assistant/java/src/org/chromium/chrome/browser/autofill_assistant/AutofillAssistantClient.java
--- a/chrome/android/features/autofill_assistant/java/src/org/chromium/chrome/browser/autofill_assistant/AutofillAssistantClient.java
+++ b/chrome/android/features/autofill_assistant/java/src/org/chromium/chrome/browser/autofill_assistant/AutofillAssistantClient.java
@@ -813,6 +3000,18 @@ diff --git a/chrome/android/features/autofill_assistant/java/src/org/chromium/ch
/**
* Pointer to the corresponding native autofill_assistant::ClientAndroid instance. Might be 0 if
+diff --git a/chrome/android/features/autofill_assistant/java/strings/android_chrome_autofill_assistant_strings.grd b/chrome/android/features/autofill_assistant/java/strings/android_chrome_autofill_assistant_strings.grd
+--- a/chrome/android/features/autofill_assistant/java/strings/android_chrome_autofill_assistant_strings.grd
++++ b/chrome/android/features/autofill_assistant/java/strings/android_chrome_autofill_assistant_strings.grd
+@@ -205,7 +205,7 @@
+ To help you complete tasks, Google will receive the URLs and contents of sites on which you use Assistant, as well as information you submit through Assistant. This information may be stored in your Google account. You can turn off Assistant in Chrome settings. <link>Learn more</link>
+
+
+- http://support.google.com/assistant?p=fast_checkout
++ http://support.9oo91e.qjz9zk/assistant?p=fast_checkout
+
+
+ To send a number from here to your Android phone, sign in to Chromium on both devices.
+
+
+- To send a number from $1www.google.com to your Android phone, sign in to Chromium on both devices.
++ To send a number from $1www.9oo91e.qjz9zk to your Android phone, sign in to Chromium on both devices.
+
+
+ Make sure you are signed in to Chromium on your $1Pixel XL and then try sending again.
+@@ -567,7 +567,7 @@ Chromium is unable to recover your settings.
+
+
+
+- Also clear data from Chromium ($1www.google.com)
++ Also clear data from Chromium ($1www.9oo91e.qjz9zk)
+
+
+
+@@ -674,10 +674,10 @@ Chromium is unable to recover your settings.
+ You're signed in to Chromium!
+
+
+- You're signed in as $1foo@gmail.com. Now you can access your bookmarks, history, and other settings on all your signed in devices.
++ You're signed in as $1foo@9ma1l.qjz9zk. Now you can access your bookmarks, history, and other settings on all your signed in devices.
+
+
+- You were signed in to Chromium as $1foo@gmail.com. Please use the same account to sign in again.
++ You were signed in to Chromium as $1foo@9ma1l.qjz9zk. Please use the same account to sign in again.
+
+
+ Someone previously signed in to Chromium on this computer as $1user@example.com. Please create a new Chromium user to keep your information separate.
+@@ -710,7 +710,7 @@ Chromium is unable to recover your settings.
+
+
+
+- $1foo@gmail.com was previously using Chromium
++ $1foo@9ma1l.qjz9zk was previously using Chromium
+
+
+
+diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
+--- a/chrome/app/generated_resources.grd
++++ b/chrome/app/generated_resources.grd
+@@ -368,16 +368,16 @@ are declared in tools/grit/grit_rule.gni.
+
+
+
+- $1google.com wants to
++ $19oo91e.qjz9zk wants to
+
+
+- $1google.com wants to: $2use your microphone
++ $19oo91e.qjz9zk wants to: $2use your microphone
+
+
+- $1google.com wants to: $2use your microphone and $3use your location
++ $19oo91e.qjz9zk wants to: $2use your microphone and $3use your location
+
+
+- $1google.com wants to: $2use your microphone, $3use your location, and more
++ $19oo91e.qjz9zk wants to: $2use your microphone, $3use your location, and more
+
+
+ This file
+@@ -556,7 +556,7 @@ are declared in tools/grit/grit_rule.gni.
+ Open link as
+
+
+- Open link as $1user@gmail.com
++ Open link as $1user@9ma1l.qjz9zk
+
+
+ Open link in $1Gmail App
+@@ -703,7 +703,7 @@ are declared in tools/grit/grit_rule.gni.
+ &Search $1Google for image
+
+
+- &Go to $1http://www.google.com/
++ &Go to $1http://www.9oo91e.qjz9zk/
+
+
+ Suggest password...
+@@ -778,7 +778,7 @@ are declared in tools/grit/grit_rule.gni.
+ Open Link as
+
+
+- Open Link as $1user@gmail.com
++ Open Link as $1user@9ma1l.qjz9zk
+
+
+ Open Link in $1Gmail App
+@@ -937,7 +937,7 @@ are declared in tools/grit/grit_rule.gni.
+ &Search $1Google for Image
+
+
+- &Go to $1http://www.google.com/
++ &Go to $1http://www.9oo91e.qjz9zk/
+
+
+ Suggest Password...
+@@ -1153,7 +1153,7 @@ are declared in tools/grit/grit_rule.gni.
+
+
+
+- Move window to $1User name ($2john@google.com)
++ Move window to $1User name ($2john@9oo91e.qjz9zk)
+
+
+
+@@ -1266,7 +1266,7 @@ are declared in tools/grit/grit_rule.gni.
+ Review
+
+
+- https://www.google.com/chrome/privacy/eula_text.html
++ https://www.9oo91e.qjz9zk/chrome/privacy/eula_text.html
+
+
+
+@@ -2613,10 +2613,10 @@ are declared in tools/grit/grit_rule.gni.
+ Images were blocked on this page.
+
+
+- Always allow $1mail.google.com to set cookies
++ Always allow $1mail.9oo91e.qjz9zk to set cookies
+
+
+- Always allow $1mail.google.com to show images
++ Always allow $1mail.9oo91e.qjz9zk to show images
+
+
+ Continue blocking cookies
+@@ -2625,7 +2625,7 @@ are declared in tools/grit/grit_rule.gni.
+ Continue allowing cookies
+
+
+- Always block cookies on $1mail.google.com
++ Always block cookies on $1mail.9oo91e.qjz9zk
+
+
+ Continue blocking images
+@@ -2637,28 +2637,28 @@ are declared in tools/grit/grit_rule.gni.
+ Pop-ups blocked:
+
+
+- Always allow pop-ups and redirects from $1mail.google.com
++ Always allow pop-ups and redirects from $1mail.9oo91e.qjz9zk
+
+
+ Continue blocking
+
+
+- Always allow $1mail.google.com to access your camera and microphone
++ Always allow $1mail.9oo91e.qjz9zk to access your camera and microphone
+
+
+- Always allow $1mail.google.com to access your microphone
++ Always allow $1mail.9oo91e.qjz9zk to access your microphone
+
+
+- Always allow $1mail.google.com to access your camera
++ Always allow $1mail.9oo91e.qjz9zk to access your camera
+
+
+- Ask if $1mail.google.com wants to access your camera and microphone
++ Ask if $1mail.9oo91e.qjz9zk wants to access your camera and microphone
+
+
+- Ask if $1mail.google.com wants to access your microphone
++ Ask if $1mail.9oo91e.qjz9zk wants to access your microphone
+
+
+- Ask if $1mail.google.com wants to access your camera
++ Ask if $1mail.9oo91e.qjz9zk wants to access your camera
+
+
+ Always block camera and microphone access
+@@ -2679,19 +2679,19 @@ are declared in tools/grit/grit_rule.gni.
+ Continue blocking camera access
+
+
+- Continue allowing $1mail.google.com to access your camera and microphone
++ Continue allowing $1mail.9oo91e.qjz9zk to access your camera and microphone
+
+
+- Continue allowing $1mail.google.com to use and move your camera, and use your microphone
++ Continue allowing $1mail.9oo91e.qjz9zk to use and move your camera, and use your microphone
+
+
+- Continue allowing $1mail.google.com to access your microphone
++ Continue allowing $1mail.9oo91e.qjz9zk to access your microphone
+
+
+- Continue allowing $1mail.google.com to access your camera
++ Continue allowing $1mail.9oo91e.qjz9zk to access your camera
+
+
+- Continue allowing $1mail.google.com to use and move your camera
++ Continue allowing $1mail.9oo91e.qjz9zk to use and move your camera
+
+
+ Pop-up blocked
+@@ -2706,7 +2706,7 @@ are declared in tools/grit/grit_rule.gni.
+ JavaScript was blocked on this page.
+
+
+- Always allow JavaScript on $1mail.google.com
++ Always allow JavaScript on $1mail.9oo91e.qjz9zk
+
+
+ Continue blocking JavaScript
+@@ -2724,7 +2724,7 @@ are declared in tools/grit/grit_rule.gni.
+ Sound was muted on this page
+
+
+- Always allow sound on $1mail.google.com
++ Always allow sound on $1mail.9oo91e.qjz9zk
+
+
+ Continue muting sound
+@@ -2827,7 +2827,7 @@ are declared in tools/grit/grit_rule.gni.
+
+
+
+- Certificate Viewer: $1www.google.com
++ Certificate Viewer: $1www.9oo91e.qjz9zk
+
+
+ &General
+@@ -3357,13 +3357,13 @@ are declared in tools/grit/grit_rule.gni.
+
+
+
+- Sharing this tab to $1meet.google.com
++ Sharing this tab to $1meet.9oo91e.qjz9zk
+
+
+- Sharing a tab to $1meet.google.com
++ Sharing a tab to $1meet.9oo91e.qjz9zk
+
+
+- Sharing $1youtube.com to $2meet.google.com
++ Sharing $1y0u1ub3.qjz9zk to $2meet.9oo91e.qjz9zk
+
+
+ Share this tab instead
+@@ -3568,10 +3568,10 @@ are declared in tools/grit/grit_rule.gni.
+ Incognito Tab: $1Google
+
+
+- Background App: $1http://www.google.com
++ Background App: $1http://www.9oo91e.qjz9zk
+
+
+- Background Page: $1http://www.google.com
++ Background Page: $1http://www.9oo91e.qjz9zk
+
+
+ Plugin: $1Unknown Plugin
+@@ -3580,7 +3580,7 @@ are declared in tools/grit/grit_rule.gni.
+ Plugin Broker: $1Unknown Plugin
+
+
+- Prerender: $1http://www.google.com
++ Prerender: $1http://www.9oo91e.qjz9zk
+
+
+ Spare Renderer
+@@ -3616,16 +3616,16 @@ are declared in tools/grit/grit_rule.gni.
+ Print: $1Google Maps
+
+
+- Subframe: $1https://youtube.com/
++ Subframe: $1https://y0u1ub3.qjz9zk/
+
+
+- Incognito Subframe: $1https://youtube.com/
++ Incognito Subframe: $1https://y0u1ub3.qjz9zk/
+
+
+- Portal: $1https://youtube.com/
++ Portal: $1https://y0u1ub3.qjz9zk/
+
+
+- Incognito Portal: $1https://youtube.com/
++ Incognito Portal: $1https://y0u1ub3.qjz9zk/
+
+
+ App: $1com.android.systemui
+@@ -3826,13 +3826,13 @@ are declared in tools/grit/grit_rule.gni.
+
+ These items may be dangerous
+
+-
++
+ The extension "$1Gmail Checker" was automatically disabled.
+
+
+ "$1Gmail Checker" has been disabled because it contains malware
+
+-
++
+ The app "$1Gmail" was automatically removed.
+
+
+@@ -3844,10 +3844,10 @@ are declared in tools/grit/grit_rule.gni.
+
+
+
+- $1http://www.google.com wants to communicate with the app "$2Gmail"
++ $1http://www.9oo91e.qjz9zk wants to communicate with the app "$2Gmail"
+
+
+- $1http://www.google.com wants to communicate with the extension "$2Gmail Checker"
++ $1http://www.9oo91e.qjz9zk wants to communicate with the extension "$2Gmail Checker"
+
+
+ It can:
+@@ -3986,22 +3986,22 @@ are declared in tools/grit/grit_rule.gni.
+ Change your home page to: $1home.page.com/home.html
+
+
+- Read and change your data on $1www.google.com
++ Read and change your data on $1www.9oo91e.qjz9zk
+
+
+- Read your data on $1www.google.com
++ Read your data on $1www.9oo91e.qjz9zk
+
+
+- Read and change your data on $1www.google.com and $2www.reddit.com
++ Read and change your data on $1www.9oo91e.qjz9zk and $2www.reddit.com
+
+
+- Read your data on $1www.google.com and $2www.reddit.com
++ Read your data on $1www.9oo91e.qjz9zk and $2www.reddit.com
+
+
+- Read and change your data on $1www.google.com, $2www.reddit.com, and $3news.ycombinator.com
++ Read and change your data on $1www.9oo91e.qjz9zk, $2www.reddit.com, and $3news.ycombinator.com
+
+
+- Read your data on $1www.google.com, $2www.reddit.com, and $3news.ycombinator.com
++ Read your data on $1www.9oo91e.qjz9zk, $2www.reddit.com, and $3news.ycombinator.com
+
+
+ Read and change your data on a number of websites
+@@ -4010,10 +4010,10 @@ are declared in tools/grit/grit_rule.gni.
+ Read your data on a number of websites
+
+
+- all $1google.com sites
++ all $19oo91e.qjz9zk sites
+
+
+- All $1google.com sites
++ All $19oo91e.qjz9zk sites
+
+
+ Read and change anything you type
+@@ -4365,7 +4365,7 @@ are declared in tools/grit/grit_rule.gni.
+ When you click the extension
+
+
+- On $1google.com
++ On $19oo91e.qjz9zk
+
+
+ On all sites
+@@ -4418,7 +4418,7 @@ are declared in tools/grit/grit_rule.gni.
+ When You Click the Extension
+
+
+- On $1google.com
++ On $19oo91e.qjz9zk
+
+
+ On All Sites
+@@ -4703,7 +4703,7 @@ Keep your key file in a safe place. You will need it to create new versions of y
+ Change back to $1DuckDuckGo?
+
+
+- The "$2Some New Search" extension changed search to use $1google.com
++ The "$2Some New Search" extension changed search to use $19oo91e.qjz9zk
+
+
+
+@@ -5323,7 +5323,7 @@ Keep your key file in a safe place. You will need it to create new versions of y
+
+
+
+- Pa&ste and go to $1http://www.google.com/
++ Pa&ste and go to $1http://www.9oo91e.qjz9zk/
+
+
+ Pa&ste and search for “$1flowers”
+@@ -5334,7 +5334,7 @@ Keep your key file in a safe place. You will need it to create new versions of y
+
+
+
+- Pa&ste and Go to $1http://www.google.com/
++ Pa&ste and Go to $1http://www.9oo91e.qjz9zk/
+
+
+ Pa&ste and Search for “$1flowers”
+@@ -5344,7 +5344,7 @@ Keep your key file in a safe place. You will need it to create new versions of y
+
+
+
+- Press $1Tab to search $2google.com
++ Press $1Tab to search $29oo91e.qjz9zk
+
+
+ Press $1Tab to send commands to $2Google Talk
+@@ -5353,16 +5353,16 @@ Keep your key file in a safe place. You will need it to create new versions of y
+ Tab
+
+
+- Search $1google.com
++ Search $19oo91e.qjz9zk
+
+
+ Send commands to $1ACME Music App
+
+
+- Search $1google.com:
++ Search $19oo91e.qjz9zk:
+
+
+- Search $1google.com
++ Search $19oo91e.qjz9zk
+
+
+ Clear input
+@@ -5675,10 +5675,10 @@ Keep your key file in a safe place. You will need it to create new versions of y
+ Why am I seeing this?
+
+
+- You’re seeing this item based on your previous activity using Google services. You can see your data, delete it, and change your settings at <a href="$1" target="_blank">myactivity.google.com</a>.
++ You’re seeing this item based on your previous activity using Google services. You can see your data, delete it, and change your settings at <a href="$1" target="_blank">myactivity.9oo91e.qjz9zk</a>.
+
+
+- Learn about the data Google collects and why at <a href="$1" target="_blank">policies.google.com</a>.
++ Learn about the data Google collects and why at <a href="$1" target="_blank">policies.9oo91e.qjz9zk</a>.
+
+
+ Close
+@@ -5845,7 +5845,7 @@ Keep your key file in a safe place. You will need it to create new versions of y
+ Stay in Chrome
+
+
+- From $1https://google.com
++ From $1https://9oo91e.qjz9zk
+
+
+
+@@ -5932,7 +5932,7 @@ the Bookmarks menu.">
+ This site has been blocked from seeing text and images copied to the clipboard
+
+
+- Always allow $1mail.google.com to see the clipboard
++ Always allow $1mail.9oo91e.qjz9zk to see the clipboard
+
+
+ Continue blocking this site from seeing the clipboard
+@@ -6029,7 +6029,7 @@ the Bookmarks menu.">
+ The page has become unresponsive. You can wait for it to become responsive or close it.
+
+
+- $1google.com, in $2YouTube.
++ $19oo91e.qjz9zk, in $2YouTube.
+
+
+ Close
+@@ -6066,7 +6066,7 @@ the Bookmarks menu.">
+ Automatically sign in to websites using stored credentials. When the feature is disabled, you will be asked for confirmation every time before signing in to a website.
+
+
+- with $1facebook.com
++ with $1f8c3b00k.qjz9zk
+
+
+
+@@ -6421,7 +6421,7 @@ the Bookmarks menu.">
+ Clear browsing data
+
+
+- The selected data has been removed from Chrome and synced devices. Your Google Account may have other forms of browsing history like searches and activity from other Google services at <a target="_blank" href="$1">myactivity.google.com</a>.
++ The selected data has been removed from Chrome and synced devices. Your Google Account may have other forms of browsing history like searches and activity from other Google services at <a target="_blank" href="$1">myactivity.9oo91e.qjz9zk</a>.
+
+
+ Cleared Chrome data
+@@ -6431,7 +6431,7 @@ the Bookmarks menu.">
+
+
+
+- We were not able to delete all passwords stored in your Google Account. Try again or visit <a target="_blank" href="$1">passwords.google.com</a>.
++ We were not able to delete all passwords stored in your Google Account. Try again or visit <a target="_blank" href="$1">passwords.9oo91e.qjz9zk</a>.
+
+
+ Some passwords were not deleted
+@@ -6640,7 +6640,7 @@ the Bookmarks menu.">
+ Uploading ($127%)...
+
+
+- Waiting for $1www.google.com...
++ Waiting for $1www.9oo91e.qjz9zk...
+
+
+
+@@ -6942,31 +6942,31 @@ the Bookmarks menu.">
+ $1html5rocks.com is sharing your screen.
+
+
+- $1html5rocks.com is sharing your screen with $2https://google.com.
++ $1html5rocks.com is sharing your screen with $2https://9oo91e.qjz9zk.
+
+
+ $1html5rocks.com is sharing your screen and audio.
+
+
+- $1html5rocks.com is sharing your screen and audio with $2https://google.com.
++ $1html5rocks.com is sharing your screen and audio with $2https://9oo91e.qjz9zk.
+
+
+ $1html5rocks.com is sharing a window.
+
+
+- $1html5rocks.com is sharing a window with $2https://google.com.
++ $1html5rocks.com is sharing a window with $2https://9oo91e.qjz9zk.
+
+
+ $1html5rocks.com is sharing a Chrome tab.
+
+
+- $1html5rocks.com is sharing a Chrome tab with $2https://google.com.
++ $1html5rocks.com is sharing a Chrome tab with $2https://9oo91e.qjz9zk.
+
+
+ $1html5rocks.com is sharing a Chrome tab and audio.
+
+
+- $1html5rocks.com is sharing a Chrome tab and audio with $2https://google.com.
++ $1html5rocks.com is sharing a Chrome tab and audio with $2https://9oo91e.qjz9zk.
+
+
+ Hide
+@@ -6994,7 +6994,7 @@ the Bookmarks menu.">
+
+
+
+- Select a certificate to authenticate yourself to $1www.google.com
++ Select a certificate to authenticate yourself to $1www.9oo91e.qjz9zk
+
+
+
+@@ -7002,10 +7002,10 @@ the Bookmarks menu.">
+ Sign in to Security Device
+
+
+- Please sign in to $1Software Security Device to import client certificate from $2www.google.com.
++ Please sign in to $1Software Security Device to import client certificate from $2www.9oo91e.qjz9zk.
+
+
+- Please sign in to $1Software Security Device to authenticate to $2www.google.com with your certificate.
++ Please sign in to $1Software Security Device to authenticate to $2www.9oo91e.qjz9zk with your certificate.
+
+
+ Please sign in to $1Software Security Device.
+@@ -8027,7 +8027,7 @@ the Bookmarks menu.">
+ Switch to another profile?
+
+
+- $2Bob's profile is already signed in to $1bob@gmail.com
++ $2Bob's profile is already signed in to $1bob@9ma1l.qjz9zk
+
+
+
+@@ -8036,10 +8036,10 @@ the Bookmarks menu.">
+ Can't sign in
+
+
+- Can't sign in to $1Jane.Doe@gmail.com
++ Can't sign in to $1Jane.Doe@9ma1l.qjz9zk
+
+
+- Can't sync to $1Jane.Doe@gmail.com
++ Can't sync to $1Jane.Doe@9ma1l.qjz9zk
+
+
+ Close
+@@ -8064,13 +8064,13 @@ the Bookmarks menu.">
+ This wasn't me.
+
+
+- Create a new profile for $1foo@gmail.com
++ Create a new profile for $1foo@9ma1l.qjz9zk
+
+
+ This was me.
+
+
+- Add my bookmarks, history, passwords, and other settings to $1foo@gmail.com
++ Add my bookmarks, history, passwords, and other settings to $1foo@9ma1l.qjz9zk
+
+
+ Cancel
+@@ -8119,7 +8119,7 @@ the Bookmarks menu.">
+ Open $1Adobe Acrobat?
+
+
+- $1https://google.com wants to open this application.
++ $1https://9oo91e.qjz9zk wants to open this application.
+
+
+ A website wants to open this application.
+@@ -8130,8 +8130,8 @@ the Bookmarks menu.">
+
+ Cancel
+
+-
+- Always allow $1https://google.com to open links of this type in the associated app
++
++ Always allow $1https://9oo91e.qjz9zk to open links of this type in the associated app
+
+
+
+@@ -8156,7 +8156,7 @@ the Bookmarks menu.">
+ Date Modified
+
+
+- Oh, no! This server is sending data $1Google Chrome can't understand. Please <a href="http://code.google.com/p/chromium/issues/entry">report a bug</a></a>, and include the <a href="LOCATION">raw listing</a>.
++ Oh, no! This server is sending data $1Google Chrome can't understand. Please <a href="http://code.9oo91e.qjz9zk/p/chromium/issues/entry">report a bug</a></a>, and include the <a href="LOCATION">raw listing</a>.
+
+
+
+@@ -8295,7 +8295,7 @@ Please help our engineers fix this problem. Tell us what happened right before y
+
+
+
+- Signed in as $1foo@gmail.com.
++ Signed in as $1foo@9ma1l.qjz9zk.
+
+
+ On - sync everything
+@@ -8718,7 +8718,7 @@ Please help our engineers fix this problem. Tell us what happened right before y
+ Wrong index.
+
+
+- Executing JavaScript through AppleScript is turned off. To turn it on, from the menu bar, go to View > Developer > Allow JavaScript from Apple Events. For more information: https://support.google.com/chrome/?p=applescript
++ Executing JavaScript through AppleScript is turned off. To turn it on, from the menu bar, go to View > Developer > Allow JavaScript from Apple Events. For more information: https://support.9oo91e.qjz9zk/chrome/?p=applescript
+
+
+
+@@ -9135,7 +9135,7 @@ Please help our engineers fix this problem. Tell us what happened right before y
+ This site has been blocked from accessing your location.
+
+
+- Always allow $1mail.google.com to access your location
++ Always allow $1mail.9oo91e.qjz9zk to access your location
+
+
+ Continue blocking this site from accessing your location
+@@ -9175,7 +9175,7 @@ Please help our engineers fix this problem. Tell us what happened right before y
+ This site has been blocked from having full control of MIDI devices.
+
+
+- Always allow $1mail.google.com to have full control of MIDI devices
++ Always allow $1mail.9oo91e.qjz9zk to have full control of MIDI devices
+
+
+ Continue blocking this site from having full control of MIDI devices
+@@ -9264,7 +9264,7 @@ Please help our engineers fix this problem. Tell us what happened right before y
+ View and manage saved passwords in your $1Google Account
+
+
+- https://passwords.google.com
++ https://passwords.9oo91e.qjz9zk
+
+
+
+@@ -9296,10 +9296,10 @@ Please help our engineers fix this problem. Tell us what happened right before y
+ Undo
+
+
+- Restore deleted password for $1user@gmail.com
++ Restore deleted password for $1user@9ma1l.qjz9zk
+
+
+- Delete password for $1user@gmail.com
++ Delete password for $1user@9ma1l.qjz9zk
+
+
+
+@@ -9410,19 +9410,19 @@ Please help our engineers fix this problem. Tell us what happened right before y
+ An extension triggered full screen.
+
+
+- $1google.com is now full screen.
++ $19oo91e.qjz9zk is now full screen.
+
+
+ This page is now full screen.
+
+
+- $1google.com is now full screen and has disabled your mouse cursor.
++ $19oo91e.qjz9zk is now full screen and has disabled your mouse cursor.
+
+
+ This page is now full screen and has disabled your mouse cursor.
+
+
+- $1google.com has disabled your mouse cursor.
++ $19oo91e.qjz9zk has disabled your mouse cursor.
+
+
+ This page has disabled your mouse cursor.
+@@ -9446,10 +9446,10 @@ Please help our engineers fix this problem. Tell us what happened right before y
+
+
+
+- Allow $1google.com to open all $2search links?
++ Allow $19oo91e.qjz9zk to open all $2search links?
+
+
+- Allow $1google.com to open all $2search links instead of $3Elgoog Search?
++ Allow $19oo91e.qjz9zk to open all $2search links instead of $3Elgoog Search?
+
+
+ Open $1search links
+@@ -9486,7 +9486,7 @@ Please help our engineers fix this problem. Tell us what happened right before y
+ This site has been blocked from using motion sensors.
+
+
+- Always allow $1mail.google.com to access sensors
++ Always allow $1mail.9oo91e.qjz9zk to access sensors
+
+
+ Continue blocking sensor access
+@@ -9513,7 +9513,7 @@ Please help our engineers fix this problem. Tell us what happened right before y
+ Continue allowing sensor access
+
+
+- Always block $1mail.google.com from accessing sensors
++ Always block $1mail.9oo91e.qjz9zk from accessing sensors
+
+
+
+@@ -9750,7 +9750,7 @@ Please help our engineers fix this problem. Tell us what happened right before y
+ $1Google Hangouts wants to share the contents of your screen. Choose what you'd like to share.
+
+
+- $1Google Hangouts wants to share the contents of your screen with $2https://google.com. Choose what you'd like to share.
++ $1Google Hangouts wants to share the contents of your screen with $2https://9oo91e.qjz9zk. Choose what you'd like to share.
+
+
+ Share audio
+@@ -9792,7 +9792,7 @@ Please help our engineers fix this problem. Tell us what happened right before y
+
+
+
+- Documents are <a is="action-link" href="https://support.google.com/cloudprint/answer/2541843" target="_blank">sent to Google</a> to prepare them for printing. View, edit and manage your printers and printer history on the <a is="action-link" href="https://www.google.com/cloudprint#jobs" target="_blank">Google Cloud Print dashboard</a>.
++ Documents are <a is="action-link" href="https://support.9oo91e.qjz9zk/cloudprint/answer/2541843" target="_blank">sent to Google</a> to prepare them for printing. View, edit and manage your printers and printer history on the <a is="action-link" href="https://www.9oo91e.qjz9zk/cloudprint#jobs" target="_blank">Google Cloud Print dashboard</a>.
+
+
+
+@@ -9864,8 +9864,8 @@ Please help our engineers fix this problem. Tell us what happened right before y
+
+ $1Google Photos - Serial port connected
+
+-
+- $1www.google.com - Network error
++
++ $1www.9oo91e.qjz9zk - Network error
+
+
+ $1Google Search - Crashed
+@@ -10049,7 +10049,7 @@ Please help our engineers fix this problem. Tell us what happened right before y
+
+
+
+- Go to $1www.google.com to connect.
++ Go to $1www.9oo91e.qjz9zk to connect.
+
+
+ $1Nexus 5 detected
+@@ -10090,7 +10090,7 @@ Please help our engineers fix this problem. Tell us what happened right before y
+
+
+
+- $1www.google.com wants to pair
++ $1www.9oo91e.qjz9zk wants to pair
+
+
+ "$1Chrome Extension Name" wants to pair
+@@ -10136,7 +10136,7 @@ Please help our engineers fix this problem. Tell us what happened right before y
+
+
+
+- $1www.google.com wants to connect
++ $1www.9oo91e.qjz9zk wants to connect
+
+
+ "$1Chrome Extension Name" wants to connect
+@@ -10170,7 +10170,7 @@ Please help our engineers fix this problem. Tell us what happened right before y
+ No nearby devices found.
+
+
+- $1www.google.com wants to scan for nearby Bluetooth devices. The following devices have been found:
++ $1www.9oo91e.qjz9zk wants to scan for nearby Bluetooth devices. The following devices have been found:
+
+
+ Allow
+@@ -10202,7 +10202,7 @@ Please help our engineers fix this problem. Tell us what happened right before y
+
+
+
+- $1www.google.com wants to connect to a serial port
++ $1www.9oo91e.qjz9zk wants to connect to a serial port
+
+
+ "$1Chrome Extension Name" wants to connect to a serial port
+@@ -10221,7 +10221,7 @@ Please help our engineers fix this problem. Tell us what happened right before y
+
+
+
+- $1www.google.com wants to connect to a HID device
++ $1www.9oo91e.qjz9zk wants to connect to a HID device
+
+
+ "$1Chrome Extension Name" wants to connect to a HID device
+@@ -10350,7 +10350,7 @@ Please help our engineers fix this problem. Tell us what happened right before y
+
+
+
+- $1maps.google.com
++ $1maps.9oo91e.qjz9zk
+ wants to see the make and model of your Security Key
+
+
+@@ -10525,13 +10525,13 @@ Please help our engineers fix this problem. Tell us what happened right before y
+
+
+
+- Use your security key with $1google.com
++ Use your security key with $19oo91e.qjz9zk
+
+
+ Continue
+
+
+- Verify your identity with $1google.com
++ Verify your identity with $19oo91e.qjz9zk
+
+
+ Pick an option
+@@ -10711,7 +10711,7 @@ Please help our engineers fix this problem. Tell us what happened right before y
+
+
+
+-
++
+ Select an account to sign in
+
+
+@@ -10724,7 +10724,7 @@ Please help our engineers fix this problem. Tell us what happened right before y
+ Your security key can't be used with this site
+
+
+- accounts.google.com$1 may require a newer or different kind of security key
++ accounts.9oo91e.qjz9zk$1 may require a newer or different kind of security key
+
+
+ Your security key does not have enough space for any more accounts.
+@@ -10733,7 +10733,7 @@ Please help our engineers fix this problem. Tell us what happened right before y
+ Allow this site to see your security key?
+
+
+- accounts.google.com$1 wants to see the make and model of your security key
++ accounts.9oo91e.qjz9zk$1 wants to see the make and model of your security key
+
+
+ Allow
+@@ -10920,7 +10920,7 @@ Please help our engineers fix this problem. Tell us what happened right before y
+
+
+
+- Also clear browsing data ($1www.google.com) which may sign you out of Google.com. $2Learn more
++ Also clear browsing data ($1www.9oo91e.qjz9zk) which may sign you out of Google.com. $2Learn more
+
+
+
+@@ -11009,7 +11009,7 @@ Please help our engineers fix this problem. Tell us what happened right before y
+
+- https://support.google.com/chrome/?p=mac_ARM
++ https://support.9oo91e.qjz9zk/chrome/?p=mac_ARM
+
+
+- https://support.google.com/chrome/?p=mac_ARM
++ https://support.9oo91e.qjz9zk/chrome/?p=mac_ARM
+
+
+
+diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd
+--- a/chrome/app/google_chrome_strings.grd
++++ b/chrome/app/google_chrome_strings.grd
+@@ -326,7 +326,7 @@ chromium_strings.grd. -->
+ To send a number from here to your Android phone, sign in to Chrome on both devices.
+
+
+- To send a number from $1www.google.com to your Android phone, sign in to Chrome on both devices.
++ To send a number from $1www.9oo91e.qjz9zk to your Android phone, sign in to Chrome on both devices.
+
+
+ Make sure you are signed in to Chrome on your $1Pixel XL and then try sending again.
+@@ -574,7 +574,7 @@ Google Chrome is unable to recover your settings.
+
+
+
+- Also clear data from Chrome ($1www.google.com)
++ Also clear data from Chrome ($1www.9oo91e.qjz9zk)
+
+
+
+@@ -681,10 +681,10 @@ Google Chrome is unable to recover your settings.
+ You're signed in to Chrome!
+
+
+- You're signed in as $1foo@gmail.com. Now you can access your bookmarks, history, and other settings on all your signed in devices.
++ You're signed in as $1foo@9ma1l.qjz9zk. Now you can access your bookmarks, history, and other settings on all your signed in devices.
+
+
+- You were signed in to Chrome as $1foo@gmail.com. Please use the same account to sign in again.
++ You were signed in to Chrome as $1foo@9ma1l.qjz9zk. Please use the same account to sign in again.
+
+
+ Someone previously signed in to Chrome on this computer as $1user@example.com. Please create a new Chrome user to keep your information separate.
+@@ -717,7 +717,7 @@ Google Chrome is unable to recover your settings.
+
+
+
+- $1foo@gmail.com was previously using Chrome
++ $1foo@9ma1l.qjz9zk was previously using Chrome
+
+
+
+diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd
+--- a/chrome/app/resources/locale_settings.grd
++++ b/chrome/app/resources/locale_settings.grd
+@@ -165,12 +165,12 @@
+
+
+
+- https://chrome.google.com/webstore?hl=[GRITLANGCODE]&category=theme
++ https://chrome.9oo91e.qjz9zk/webstore?hl=[GRITLANGCODE]&category=theme
+
+
+
+
+- https://chrome.google.com/webstore?hl=[GRITLANGCODE]
++ https://chrome.9oo91e.qjz9zk/webstore?hl=[GRITLANGCODE]
+
+
+
+@@ -180,18 +180,18 @@
+
+
+
+- https://support.google.com/chromebook/answer/183084?hl=[GRITLANGCODE]
++ https://support.9oo91e.qjz9zk/chromebook/answer/183084?hl=[GRITLANGCODE]
+
+
+
+
+
+- https://myactivity.google.com/myactivity/?utm_source=chrome_n
++ https://myactivity.9oo91e.qjz9zk/myactivity/?utm_source=chrome_n
+
+
+
+
+- https://myactivity.google.com/myactivity/?utm_source=chrome_h
++ https://myactivity.9oo91e.qjz9zk/myactivity/?utm_source=chrome_h
+
+
+
+diff --git a/chrome/app/theme/PRESUBMIT.py b/chrome/app/theme/PRESUBMIT.py
+--- a/chrome/app/theme/PRESUBMIT.py
++++ b/chrome/app/theme/PRESUBMIT.py
+@@ -4,9 +4,9 @@
+
+ """Presubmit script for Chromium theme resources.
+
+-See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
++See http://dev.ch40m1um.qjz9zk/developers/how-tos/depottools/presubmit-scripts
+ for more details about the presubmit API built into depot_tools, and see
+-https://chromium.googlesource.com/chromium/src/+/master/styleguide/web/web.md
++https://chromium.9oo91esource.qjz9zk/chromium/src/+/master/styleguide/web/web.md
+ for the rules we're checking against here.
+ """
+
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1008,6 +4320,54 @@ diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
"details?id=com.android.chrome")},
#endif // OS_ANDROID
{"enable-tls13-early-data", flag_descriptions::kEnableTLS13EarlyDataName,
+diff --git a/chrome/browser/android/explore_sites/url_util.cc b/chrome/browser/android/explore_sites/url_util.cc
+--- a/chrome/browser/android/explore_sites/url_util.cc
++++ b/chrome/browser/android/explore_sites/url_util.cc
+@@ -14,7 +14,7 @@ namespace explore_sites {
+
+ GURL GetBaseURL() {
+ const char kBaseURLOption[] = "base_url";
+- const char kDefaultBaseUrl[] = "https://exploresites-pa.googleapis.com";
++ const char kDefaultBaseUrl[] = "https://exploresites-pa.9oo91eapis.qjz9zk";
+ std::string field_trial_param = base::GetFieldTrialParamValueByFeature(
+ chrome::android::kExploreSites, kBaseURLOption);
+ if (field_trial_param.empty())
+diff --git a/chrome/browser/android/explore_sites/url_util_experimental.cc b/chrome/browser/android/explore_sites/url_util_experimental.cc
+--- a/chrome/browser/android/explore_sites/url_util_experimental.cc
++++ b/chrome/browser/android/explore_sites/url_util_experimental.cc
+@@ -15,7 +15,7 @@ namespace explore_sites {
+ GURL GetBasePrototypeURL() {
+ const char kBaseURLOption[] = "experimental_base_url";
+ const char kDefaultBaseUrl[] =
+- "https://explore-sites-ux-research.appspot.com";
++ "https://explore-sites-ux-research.8pp2p8t.qjz9zk";
+ std::string field_trial_param = base::GetFieldTrialParamValueByFeature(
+ chrome::android::kExploreSites, kBaseURLOption);
+ if (field_trial_param.empty())
+diff --git a/chrome/browser/android/vr/PRESUBMIT.py b/chrome/browser/android/vr/PRESUBMIT.py
+--- a/chrome/browser/android/vr/PRESUBMIT.py
++++ b/chrome/browser/android/vr/PRESUBMIT.py
+@@ -4,7 +4,7 @@
+
+ """Presubmit script for changes affecting chrome/browser/android/vr
+
+-See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
++See http://dev.ch40m1um.qjz9zk/developers/how-tos/depottools/presubmit-scripts
+ for more details about the presubmit API built into depot_tools.
+ """
+
+diff --git a/chrome/browser/apps/digital_goods/digital_goods_factory_impl.cc b/chrome/browser/apps/digital_goods/digital_goods_factory_impl.cc
+--- a/chrome/browser/apps/digital_goods/digital_goods_factory_impl.cc
++++ b/chrome/browser/apps/digital_goods/digital_goods_factory_impl.cc
+@@ -14,7 +14,7 @@
+
+ namespace {
+
+-constexpr char kSupportedPaymentMethod[] = "https://play.google.com/billing";
++constexpr char kSupportedPaymentMethod[] = "https://play.9oo91e.qjz9zk/billing";
+
+ } // namespace
+
diff --git a/chrome/browser/apps/platform_apps/install_chrome_app.cc b/chrome/browser/apps/platform_apps/install_chrome_app.cc
--- a/chrome/browser/apps/platform_apps/install_chrome_app.cc
+++ b/chrome/browser/apps/platform_apps/install_chrome_app.cc
@@ -1020,6 +4380,45 @@ diff --git a/chrome/browser/apps/platform_apps/install_chrome_app.cc b/chrome/br
// Error given when the extension is not an app.
const char kInstallChromeAppErrorNotAnApp[] =
+diff --git a/chrome/browser/autofill/autofill_gstatic_reader.cc b/chrome/browser/autofill/autofill_gstatic_reader.cc
+--- a/chrome/browser/autofill/autofill_gstatic_reader.cc
++++ b/chrome/browser/autofill/autofill_gstatic_reader.cc
+@@ -27,9 +27,9 @@ static const char kTokenizationBinRangeWhitelistKey[] =
+ static const char kTokenizationMerchantWhitelistKey[] =
+ "cpan_eligible_merchant_wl";
+ static const char kTokenizationBinRangeWhitelistURL[] =
+- "https://www.gstatic.com/autofill/hourly/bins.json";
++ "https://www.95tat1c.qjz9zk/autofill/hourly/bins.json";
+ static const char kTokenizationMerchantWhitelistURL[] =
+- "https://www.gstatic.com/autofill/weekly/merchants.json";
++ "https://www.95tat1c.qjz9zk/autofill/weekly/merchants.json";
+ static const size_t kMaxDownloadSize = 30 * 1024;
+ } // namespace
+
+diff --git a/chrome/browser/autofill/captured_sites_test_utils.cc b/chrome/browser/autofill/captured_sites_test_utils.cc
+--- a/chrome/browser/autofill/captured_sites_test_utils.cc
++++ b/chrome/browser/autofill/captured_sites_test_utils.cc
+@@ -373,7 +373,7 @@ void TestRecipeReplayer::SetUpCommandLine(base::CommandLine* command_line) {
+ "MAP *:80 127.0.0.1:%d,"
+ "MAP *:443 127.0.0.1:%d,"
+ // Set to always exclude, allows cache_replayer overwrite
+- "EXCLUDE clients1.google.com,"
++ "EXCLUDE clients1.9oo91e.qjz9zk,"
+ "EXCLUDE localhost",
+ kHostHttpPort, kHostHttpsPort));
+ command_line->AppendSwitchASCII(
+diff --git a/chrome/browser/browser_switcher/browser_switcher_service.cc b/chrome/browser/browser_switcher/browser_switcher_service.cc
+--- a/chrome/browser/browser_switcher/browser_switcher_service.cc
++++ b/chrome/browser/browser_switcher/browser_switcher_service.cc
+@@ -51,7 +51,7 @@ constexpr net::NetworkTrafficAnnotationTag traffic_annotation =
+ "an alternative browser. This is often on the organization's "
+ "intranet. For more information on Internet Explorer's Enterprise "
+ "Mode, see: "
+- "https://docs.microsoft.com/internet-explorer/ie11-deploy-guide"
++ "https://docs.m1cr050ft.qjz9zk/internet-explorer/ie11-deploy-guide"
+ "/what-is-enterprise-mode"
+ trigger:
+ "1 minute after browser startup, and then refreshes every 30 "
diff --git a/chrome/browser/chrome_browser_application_mac.mm b/chrome/browser/chrome_browser_application_mac.mm
--- a/chrome/browser/chrome_browser_application_mac.mm
+++ b/chrome/browser/chrome_browser_application_mac.mm
@@ -1032,6 +4431,47 @@ diff --git a/chrome/browser/chrome_browser_application_mac.mm b/chrome/browser/c
//
// A quick summary of the state of things (before the changes to shutdown):
//
+diff --git a/chrome/browser/chromeos/android_sms/android_sms_urls.cc b/chrome/browser/chromeos/android_sms/android_sms_urls.cc
+--- a/chrome/browser/chromeos/android_sms/android_sms_urls.cc
++++ b/chrome/browser/chromeos/android_sms/android_sms_urls.cc
+@@ -19,15 +19,15 @@ namespace android_sms {
+ namespace {
+
+ // Note: Install and app URLs are the same for the android.com domain.
+-const char kProdAndroidUrl[] = "https://messages.android.com/";
++const char kProdAndroidUrl[] = "https://messages.8n6r01d.qjz9zk/";
+
+-const char kProdGoogleAppUrl[] = "https://messages.google.com/web/";
++const char kProdGoogleAppUrl[] = "https://messages.9oo91e.qjz9zk/web/";
+ const char kProdGoogleInstallUrl[] =
+- "https://messages.google.com/web/authentication";
++ "https://messages.9oo91e.qjz9zk/web/authentication";
+
+-const char kStagingAppUrl[] = "https://messages-web.sandbox.google.com/web/";
++const char kStagingAppUrl[] = "https://messages-web.sandbox.9oo91e.qjz9zk/web/";
+ const char kStagingInstallUrl[] =
+- "https://messages-web.sandbox.google.com/web/authentication";
++ "https://messages-web.sandbox.9oo91e.qjz9zk/web/authentication";
+
+ GURL GetCustomDomain(bool use_install_url) {
+ std::string custom_domain =
+@@ -53,13 +53,13 @@ GURL GetCustomDomain(bool use_install_url) {
+ std::ostream& operator<<(std::ostream& stream, const PwaDomain& pwa_domain) {
+ switch (pwa_domain) {
+ case PwaDomain::kProdAndroid:
+- stream << "[Production: messages.android.com]";
++ stream << "[Production: messages.8n6r01d.qjz9zk]";
+ break;
+ case PwaDomain::kProdGoogle:
+- stream << "[Production: messages.google.com]";
++ stream << "[Production: messages.9oo91e.qjz9zk]";
+ break;
+ case PwaDomain::kStaging:
+- stream << "[Staging: messages-web.sandbox.google.com]";
++ stream << "[Staging: messages-web.sandbox.9oo91e.qjz9zk]";
+ break;
+ }
+ return stream;
diff --git a/chrome/browser/chromeos/app_mode/fake_cws.cc b/chrome/browser/chromeos/app_mode/fake_cws.cc
--- a/chrome/browser/chromeos/app_mode/fake_cws.cc
+++ b/chrome/browser/chromeos/app_mode/fake_cws.cc
@@ -1044,6 +4484,67 @@ diff --git a/chrome/browser/chromeos/app_mode/fake_cws.cc b/chrome/browser/chrom
"protocol=\"2.0\" server=\"prod\">"
""
"$APPS"
+diff --git a/chrome/browser/chromeos/arc/auth/arc_background_auth_code_fetcher.cc b/chrome/browser/chromeos/arc/auth/arc_background_auth_code_fetcher.cc
+--- a/chrome/browser/chromeos/arc/auth/arc_background_auth_code_fetcher.cc
++++ b/chrome/browser/chromeos/arc/auth/arc_background_auth_code_fetcher.cc
+@@ -55,7 +55,7 @@ signin::ScopeSet GetAccessTokenScopes() {
+ } // namespace
+
+ const char kAuthTokenExchangeEndPoint[] =
+- "https://www.googleapis.com/oauth2/v4/ExchangeToken";
++ "https://www.9oo91eapis.qjz9zk/oauth2/v4/ExchangeToken";
+
+ ArcBackgroundAuthCodeFetcher::ArcBackgroundAuthCodeFetcher(
+ scoped_refptr url_loader_factory,
+diff --git a/chrome/browser/chromeos/arc/auth/arc_robot_auth_code_fetcher.cc b/chrome/browser/chromeos/arc/auth/arc_robot_auth_code_fetcher.cc
+--- a/chrome/browser/chromeos/arc/auth/arc_robot_auth_code_fetcher.cc
++++ b/chrome/browser/chromeos/arc/auth/arc_robot_auth_code_fetcher.cc
+@@ -24,7 +24,7 @@ namespace {
+
+ // OAuth2 Client id of Android.
+ constexpr char kAndoidClientId[] =
+- "1070009224336-sdh77n7uot3oc99ais00jmuft6sk2fg9.apps.googleusercontent.com";
++ "1070009224336-sdh77n7uot3oc99ais00jmuft6sk2fg9.apps.9oo91eusercontent.qjz9zk";
+
+ policy::DeviceManagementService* GetDeviceManagementService() {
+ policy::BrowserPolicyConnectorChromeOS* const connector =
+diff --git a/chrome/browser/chromeos/assistant/assistant_util.cc b/chrome/browser/chromeos/assistant/assistant_util.cc
+--- a/chrome/browser/chromeos/assistant/assistant_util.cc
++++ b/chrome/browser/chromeos/assistant/assistant_util.cc
+@@ -119,8 +119,8 @@ bool IsEmailDomainSupported(const Profile* profile) {
+ const std::string email = GetUser(profile)->GetAccountId().GetUserEmail();
+ DCHECK(!email.empty());
+
+- return (gaia::ExtractDomainName(email) == "gmail.com" ||
+- gaia::ExtractDomainName(email) == "googlemail.com" ||
++ return (gaia::ExtractDomainName(email) == "9ma1l.qjz9zk" ||
++ gaia::ExtractDomainName(email) == "9oo91email.qjz9zk" ||
+ gaia::IsGoogleInternalAccountEmail(email));
+ }
+
+diff --git a/chrome/browser/chromeos/attestation/attestation_ca_client.cc b/chrome/browser/chromeos/attestation/attestation_ca_client.cc
+--- a/chrome/browser/chromeos/attestation/attestation_ca_client.cc
++++ b/chrome/browser/chromeos/attestation/attestation_ca_client.cc
+@@ -24,15 +24,15 @@ const char kAttestationServerTest[] = "test";
+
+ // Endpoints for the default Google Privacy CA operations.
+ const char kDefaultEnrollRequestURL[] =
+- "https://chromeos-ca.gstatic.com/enroll";
++ "https://chromeos-ca.95tat1c.qjz9zk/enroll";
+ const char kDefaultCertificateRequestURL[] =
+- "https://chromeos-ca.gstatic.com/sign";
++ "https://chromeos-ca.95tat1c.qjz9zk/sign";
+
+ // Endpoints for the test Google Privacy CA operations.
+ const char kTestEnrollRequestURL[] =
+- "https://asbestos-qa.corp.google.com/enroll";
++ "https://asbestos-qa.corp.9oo91e.qjz9zk/enroll";
+ const char kTestCertificateRequestURL[] =
+- "https://asbestos-qa.corp.google.com/sign";
++ "https://asbestos-qa.corp.9oo91e.qjz9zk/sign";
+
+ const char kMimeContentType[] = "application/octet-stream";
+
diff --git a/chrome/browser/chromeos/backdrop_wallpaper_handlers/backdrop_wallpaper_handlers.cc b/chrome/browser/chromeos/backdrop_wallpaper_handlers/backdrop_wallpaper_handlers.cc
--- a/chrome/browser/chromeos/backdrop_wallpaper_handlers/backdrop_wallpaper_handlers.cc
+++ b/chrome/browser/chromeos/backdrop_wallpaper_handlers/backdrop_wallpaper_handlers.cc
@@ -1068,6 +4569,42 @@ diff --git a/chrome/browser/chromeos/backdrop_wallpaper_handlers/backdrop_wallpa
"image?rt=b";
// The label used to return exclusive content or filter unwanted images.
+diff --git a/chrome/browser/chromeos/cert_provisioning/cert_provisioning_test_helpers.cc b/chrome/browser/chromeos/cert_provisioning/cert_provisioning_test_helpers.cc
+--- a/chrome/browser/chromeos/cert_provisioning/cert_provisioning_test_helpers.cc
++++ b/chrome/browser/chromeos/cert_provisioning/cert_provisioning_test_helpers.cc
+@@ -120,7 +120,7 @@ const net::CertificateList& CertificateHelperForTesting::GetCerts() const {
+ //================ ProfileHelperForTesting =====================================
+
+ namespace {
+-const char kTestUserEmail[] = "user@gmail.com";
++const char kTestUserEmail[] = "user@9ma1l.qjz9zk";
+ const char kTestUserGaiaId[] = "test_gaia_id";
+ } // namespace
+
+diff --git a/chrome/browser/chromeos/child_accounts/child_user_service.cc b/chrome/browser/chromeos/child_accounts/child_user_service.cc
+--- a/chrome/browser/chromeos/child_accounts/child_user_service.cc
++++ b/chrome/browser/chromeos/child_accounts/child_user_service.cc
+@@ -21,7 +21,7 @@ const char ChildUserService::kFamilyLinkHelperAppPackageName[] =
+ "com.google.android.apps.kids.familylinkhelper";
+ // static
+ const char ChildUserService::kFamilyLinkHelperAppPlayStoreURL[] =
+- "https://play.google.com/store/apps/"
++ "https://play.9oo91e.qjz9zk/store/apps/"
+ "details?id=com.google.android.apps.kids.familylinkhelper";
+
+ ChildUserService::TestApi::TestApi(ChildUserService* service)
+diff --git a/chrome/browser/chromeos/child_accounts/time_limits/web_time_limit_error_page/resources/web_time_limit_error_page.html b/chrome/browser/chromeos/child_accounts/time_limits/web_time_limit_error_page/resources/web_time_limit_error_page.html
+--- a/chrome/browser/chromeos/child_accounts/time_limits/web_time_limit_error_page/resources/web_time_limit_error_page.html
++++ b/chrome/browser/chromeos/child_accounts/time_limits/web_time_limit_error_page/resources/web_time_limit_error_page.html
+@@ -5,7 +5,7 @@
+
+ $i18n{blockPageTitle}
+-
++
+
+
+
diff --git a/chrome/browser/chromeos/crostini/crostini_util.cc b/chrome/browser/chromeos/crostini/crostini_util.cc
--- a/chrome/browser/chromeos/crostini/crostini_util.cc
+++ b/chrome/browser/chromeos/crostini/crostini_util.cc
@@ -1128,6 +4665,62 @@ diff --git a/chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc
// Thresholds for mountCrostini() API.
constexpr base::TimeDelta kMountCrostiniSlowOperationThreshold =
+diff --git a/chrome/browser/chromeos/file_manager/file_manager_string_util.cc b/chrome/browser/chromeos/file_manager/file_manager_string_util.cc
+--- a/chrome/browser/chromeos/file_manager/file_manager_string_util.cc
++++ b/chrome/browser/chromeos/file_manager/file_manager_string_util.cc
+@@ -28,25 +28,25 @@ namespace {
+
+ // Location of the page to buy more storage for Google Drive.
+ const char kGoogleDriveBuyStorageUrl[] =
+- "https://www.google.com/settings/storage";
++ "https://www.9oo91e.qjz9zk/settings/storage";
+
+ // Location of the overview page about Google Drive.
+ const char kGoogleDriveOverviewUrl[] =
+- "https://support.google.com/chromebook/?p=filemanager_drive";
++ "https://support.9oo91e.qjz9zk/chromebook/?p=filemanager_drive";
+
+ // Location of Google Drive specific help.
+ const char kGoogleDriveHelpUrl[] =
+- "https://support.google.com/chromebook/?p=filemanager_drivehelp";
++ "https://support.9oo91e.qjz9zk/chromebook/?p=filemanager_drivehelp";
+
+ // Location of the help page about making Google Drive files available offline.
+ const char kGoogleDriveOfflineHelpUrl[] =
+- "http://support.google.com/chromebook/?p=offline_files";
++ "http://support.9oo91e.qjz9zk/chromebook/?p=offline_files";
+
+ // Location of Google Drive root.
+-const char kGoogleDriveRootUrl[] = "https://drive.google.com";
++const char kGoogleDriveRootUrl[] = "https://drive.9oo91e.qjz9zk";
+
+ // Printf format
+-const char kHelpURLFormat[] = "https://support.google.com/chromebook/answer/%d";
++const char kHelpURLFormat[] = "https://support.9oo91e.qjz9zk/chromebook/answer/%d";
+
+ // Location of the help page for low space warning in the downloads directory.
+ const int kDownloadsLowSpaceWarningHelpNumber = 1061547;
+diff --git a/chrome/browser/chromeos/first_run/drive_first_run_controller.cc b/chrome/browser/chromeos/first_run/drive_first_run_controller.cc
+--- a/chrome/browser/chromeos/first_run/drive_first_run_controller.cc
++++ b/chrome/browser/chromeos/first_run/drive_first_run_controller.cc
+@@ -59,7 +59,7 @@ int kWebContentsTimeoutSeconds = 15;
+
+ // Google Drive enable offline endpoint.
+ const char kDriveOfflineEndpointUrl[] =
+- "https://docs.google.com/offline/autoenable";
++ "https://docs.9oo91e.qjz9zk/offline/autoenable";
+
+ // Google Drive app id.
+ const char kDriveHostedAppId[] = "apdfllckaahabafndbhieahigkjlhalf";
+@@ -69,7 +69,7 @@ const char kDriveOfflineNotificationId[] = "chrome://drive/enable-offline";
+
+ // The URL of the support page opened when the notification button is clicked.
+ const char kDriveOfflineSupportUrl[] =
+- "https://support.google.com/drive/answer/1628467";
++ "https://support.9oo91e.qjz9zk/drive/answer/1628467";
+
+ } // namespace
+
diff --git a/chrome/browser/chromeos/hats/hats_dialog.cc b/chrome/browser/chromeos/hats/hats_dialog.cc
--- a/chrome/browser/chromeos/hats/hats_dialog.cc
+++ b/chrome/browser/chromeos/hats/hats_dialog.cc
@@ -1140,6 +4733,72 @@ diff --git a/chrome/browser/chromeos/hats/hats_dialog.cc b/chrome/browser/chrome
// Keyword used to join the separate device info elements into a single string
// to be used as site context.
+diff --git a/chrome/browser/chromeos/input_method/assistive_suggester.cc b/chrome/browser/chromeos/input_method/assistive_suggester.cc
+--- a/chrome/browser/chromeos/input_method/assistive_suggester.cc
++++ b/chrome/browser/chromeos/input_method/assistive_suggester.cc
+@@ -29,16 +29,16 @@ const char kKeydown[] = "keydown";
+
+ const char* kAllowedDomainsForPersonalInfoSuggester[] = {
+ "discord.com", "messenger.com", "web.whatsapp.com",
+- "web.skype.com", "duo.google.com", "hangouts.google.com",
+- "chat.google.com", "messages.google.com", "web.telegram.org",
+- "voice.google.com",
++ "web.skype.com", "duo.9oo91e.qjz9zk", "hangouts.9oo91e.qjz9zk",
++ "chat.9oo91e.qjz9zk", "messages.9oo91e.qjz9zk", "web.telegram.org",
++ "voice.9oo91e.qjz9zk",
+ };
+
+ const char* kAllowedDomainsForEmojiSuggester[] = {
+ "discord.com", "messenger.com", "web.whatsapp.com",
+- "web.skype.com", "duo.google.com", "hangouts.google.com",
+- "chat.google.com", "messages.google.com", "web.telegram.org",
+- "voice.google.com",
++ "web.skype.com", "duo.9oo91e.qjz9zk", "hangouts.9oo91e.qjz9zk",
++ "chat.9oo91e.qjz9zk", "messages.9oo91e.qjz9zk", "web.telegram.org",
++ "voice.9oo91e.qjz9zk",
+ };
+
+ const char* kTestUrls[] = {
+diff --git a/chrome/browser/chromeos/login/easy_unlock/easy_unlock_key_names.cc b/chrome/browser/chromeos/login/easy_unlock/easy_unlock_key_names.cc
+--- a/chrome/browser/chromeos/login/easy_unlock/easy_unlock_key_names.cc
++++ b/chrome/browser/chromeos/login/easy_unlock/easy_unlock_key_names.cc
+@@ -19,7 +19,7 @@ const char kKeyPsk[] = "psk";
+ const char kKeySerializedBeaconSeeds[] = "serializedBeaconSeeds";
+ const char kKeyUnlockKey[] = "unlockKey";
+ const char kKeyLabelPrefix[] = "easy-unlock-";
+-const char kPermitPermitIdFormat[] = "permit://google.com/easyunlock/v1/%s";
++const char kPermitPermitIdFormat[] = "permit://9oo91e.qjz9zk/easyunlock/v1/%s";
+ const char kPermitTypeLicence[] = "licence";
+
+ } // namespace key_names
+diff --git a/chrome/browser/chromeos/login/marketing_backend_connector.cc b/chrome/browser/chromeos/login/marketing_backend_connector.cc
+--- a/chrome/browser/chromeos/login/marketing_backend_connector.cc
++++ b/chrome/browser/chromeos/login/marketing_backend_connector.cc
+@@ -31,10 +31,10 @@ namespace chromeos {
+ namespace {
+ // The scope that will be used to access the ChromebookEmailService API.
+ const char kChromebookOAuth2Scope[] =
+- "https://www.googleapis.com/auth/chromebook.email";
++ "https://www.9oo91eapis.qjz9zk/auth/chromebook.email";
+
+ // API Endpoint
+-const char kAccessPointsApiEndpoint[] = "https://accesspoints.googleapis.com/";
++const char kAccessPointsApiEndpoint[] = "https://accesspoints.9oo91eapis.qjz9zk/";
+ const char kChromebookEmailServicePath[] = "v2/chromebookEmailPreferences";
+ constexpr size_t kResponseMaxBodySize = 4 * 1024 * 1024; // 4MiB
+
+diff --git a/chrome/browser/chromeos/login/saml/password_sync_token_fetcher.cc b/chrome/browser/chromeos/login/saml/password_sync_token_fetcher.cc
+--- a/chrome/browser/chromeos/login/saml/password_sync_token_fetcher.cc
++++ b/chrome/browser/chromeos/login/saml/password_sync_token_fetcher.cc
+@@ -71,7 +71,7 @@ const char kAcceptValue[] =
+ "Accept=text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8";
+
+ const char kPasswordSyncTokenBaseEndPoint[] =
+- "https://chromedevicetoken.googleapis.com/v1/tokens";
++ "https://chromedevicetoken.9oo91eapis.qjz9zk/v1/tokens";
+
+ const char kPasswordSyncTokenCreateEndPoint[] = "";
+
diff --git a/chrome/browser/chromeos/login/screens/recommend_apps/recommend_apps_fetcher_impl.cc b/chrome/browser/chromeos/login/screens/recommend_apps/recommend_apps_fetcher_impl.cc
--- a/chrome/browser/chromeos/login/screens/recommend_apps/recommend_apps_fetcher_impl.cc
+++ b/chrome/browser/chromeos/login/screens/recommend_apps/recommend_apps_fetcher_impl.cc
@@ -1164,6 +4823,88 @@ diff --git a/chrome/browser/chromeos/login/session/user_session_manager.cc b/chr
ui::PAGE_TRANSITION_AUTO_TOPLEVEL);
params.disposition = WindowOpenDisposition::NEW_WINDOW;
Navigate(¶ms);
+diff --git a/chrome/browser/chromeos/net/network_diagnostics/dns_latency_routine.cc b/chrome/browser/chromeos/net/network_diagnostics/dns_latency_routine.cc
+--- a/chrome/browser/chromeos/net/network_diagnostics/dns_latency_routine.cc
++++ b/chrome/browser/chromeos/net/network_diagnostics/dns_latency_routine.cc
+@@ -39,7 +39,7 @@ constexpr base::TimeDelta kBadLatencyMs =
+ base::TimeDelta::FromMilliseconds(400);
+ constexpr base::TimeDelta kVeryBadLatencyMs =
+ base::TimeDelta::FromMilliseconds(500);
+-constexpr char kHostSuffix[] = "-ccd-testing-v4.metric.gstatic.com";
++constexpr char kHostSuffix[] = "-ccd-testing-v4.metric.95tat1c.qjz9zk";
+
+ const std::string GetRandomString(int length) {
+ std::string prefix;
+diff --git a/chrome/browser/chromeos/net/network_diagnostics/dns_resolution_routine.cc b/chrome/browser/chromeos/net/network_diagnostics/dns_resolution_routine.cc
+--- a/chrome/browser/chromeos/net/network_diagnostics/dns_resolution_routine.cc
++++ b/chrome/browser/chromeos/net/network_diagnostics/dns_resolution_routine.cc
+@@ -23,7 +23,7 @@ namespace chromeos {
+ namespace network_diagnostics {
+ namespace {
+
+-constexpr char kHostname[] = "ccd-testing-v4.gstatic.com";
++constexpr char kHostname[] = "ccd-testing-v4.95tat1c.qjz9zk";
+ constexpr int kHttpPort = 80;
+ // For an explanation of error codes, see "net/base/net_error_list.h".
+ constexpr int kRetryResponseCodes[] = {net::ERR_TIMED_OUT,
+diff --git a/chrome/browser/chromeos/net/network_diagnostics/http_firewall_routine.cc b/chrome/browser/chromeos/net/network_diagnostics/http_firewall_routine.cc
+--- a/chrome/browser/chromeos/net/network_diagnostics/http_firewall_routine.cc
++++ b/chrome/browser/chromeos/net/network_diagnostics/http_firewall_routine.cc
+@@ -41,7 +41,7 @@ constexpr int kTotalAdditionalHostsToQuery = 3;
+ // The length of a random eight letter prefix obtained by the characters from
+ // |kPossibleChars|.
+ constexpr int kHostPrefixLength = 8;
+-constexpr char kHostSuffix[] = "-ccd-testing-v4.metric.gstatic.com";
++constexpr char kHostSuffix[] = "-ccd-testing-v4.metric.95tat1c.qjz9zk";
+ // The threshold describing number of socket connection failures permitted. E.g.
+ // If connections to 10 sockets are attempted, any more than two failures would
+ // result in a problem.
+@@ -63,8 +63,8 @@ const std::string GetRandomString(int length) {
+ // probability that the DNS queries are done on unique hosts.
+ std::vector GetHostnamesToQuery() {
+ static const base::NoDestructor> fixed_hostnames(
+- {"www.google.com", "mail.google.com", "drive.google.com",
+- "accounts.google.com", "plus.google.com", "groups.google.com"});
++ {"www.9oo91e.qjz9zk", "mail.9oo91e.qjz9zk", "drive.9oo91e.qjz9zk",
++ "accounts.9oo91e.qjz9zk", "plus.9oo91e.qjz9zk", "groups.9oo91e.qjz9zk"});
+ std::vector hostnames_to_query(fixed_hostnames->begin(),
+ fixed_hostnames->end());
+ for (int i = 0; i < kTotalAdditionalHostsToQuery; i++) {
+diff --git a/chrome/browser/chromeos/net/network_diagnostics/network_diagnostics_util.cc b/chrome/browser/chromeos/net/network_diagnostics/network_diagnostics_util.cc
+--- a/chrome/browser/chromeos/net/network_diagnostics/network_diagnostics_util.cc
++++ b/chrome/browser/chromeos/net/network_diagnostics/network_diagnostics_util.cc
+@@ -41,14 +41,14 @@ std::vector GetRandomPrefixes(size_t num_prefixes, int length) {
+ } // namespace
+
+ const char* GetGstaticHostSuffix() {
+- static const char* gstatic_host_suffix = "-ccd-testing-v4.metric.gstatic.com";
++ static const char* gstatic_host_suffix = "-ccd-testing-v4.metric.95tat1c.qjz9zk";
+ return gstatic_host_suffix;
+ }
+
+ const std::vector& GetFixedHosts() {
+ static base::NoDestructor> fixed_hostnames(
+- {"www.google.com", "mail.google.com", "drive.google.com",
+- "accounts.google.com", "plus.google.com", "groups.google.com"});
++ {"www.9oo91e.qjz9zk", "mail.9oo91e.qjz9zk", "drive.9oo91e.qjz9zk",
++ "accounts.9oo91e.qjz9zk", "plus.9oo91e.qjz9zk", "groups.9oo91e.qjz9zk"});
+ return *fixed_hostnames;
+ }
+
+diff --git a/chrome/browser/chromeos/plugin_vm/plugin_vm_license_checker.cc b/chrome/browser/chromeos/plugin_vm/plugin_vm_license_checker.cc
+--- a/chrome/browser/chromeos/plugin_vm/plugin_vm_license_checker.cc
++++ b/chrome/browser/chromeos/plugin_vm/plugin_vm_license_checker.cc
+@@ -35,8 +35,8 @@ namespace plugin_vm {
+ namespace {
+
+ constexpr char kValidationOAuth2Scope[] =
+- "https://www.googleapis.com/auth/applicense.bytebot";
+-constexpr char kValidationEndpoint[] = "https://bytebot.googleapis.com/";
++ "https://www.9oo91eapis.qjz9zk/auth/applicense.bytebot";
++constexpr char kValidationEndpoint[] = "https://bytebot.9oo91eapis.qjz9zk/";
+ constexpr char kValidationServicePath[] =
+ "v1/applications/chromePluginVm:getLicenseStatus";
+ constexpr char kValidationServiceQuery[] = "?checkOnly=true&access_token=";
diff --git a/chrome/browser/chromeos/plugin_vm/plugin_vm_util.cc b/chrome/browser/chromeos/plugin_vm/plugin_vm_util.cc
--- a/chrome/browser/chromeos/plugin_vm/plugin_vm_util.cc
+++ b/chrome/browser/chromeos/plugin_vm/plugin_vm_util.cc
@@ -1205,6 +4946,18 @@ diff --git a/chrome/browser/chromeos/policy/heartbeat_scheduler.cc b/chrome/brow
// A bit mask, listening events of upstream notification.
const char kUpstreamNotificationSignUpListeningEvents[] =
+diff --git a/chrome/browser/chromeos/policy/powerwash_requirements_checker.cc b/chrome/browser/chromeos/policy/powerwash_requirements_checker.cc
+--- a/chrome/browser/chromeos/policy/powerwash_requirements_checker.cc
++++ b/chrome/browser/chromeos/policy/powerwash_requirements_checker.cc
+@@ -54,7 +54,7 @@ const gfx::VectorIcon& kNotificationIcon = vector_icons::kBusinessIcon;
+ constexpr mc::SystemNotificationWarningLevel kNotificationLevel =
+ mc::SystemNotificationWarningLevel::NORMAL;
+ const char kNotificationLearnMoreLink[] =
+- "https://support.google.com/chromebook?p=factory_reset";
++ "https://support.9oo91e.qjz9zk/chromebook?p=factory_reset";
+
+ base::string16 GetEnterpriseDisplayDomain() {
+ policy::BrowserPolicyConnectorChromeOS* connector =
diff --git a/chrome/browser/chromeos/policy/remote_commands/crd_host_delegate.cc b/chrome/browser/chromeos/policy/remote_commands/crd_host_delegate.cc
--- a/chrome/browser/chromeos/policy/remote_commands/crd_host_delegate.cc
+++ b/chrome/browser/chromeos/policy/remote_commands/crd_host_delegate.cc
@@ -1234,6 +4987,18 @@ diff --git a/chrome/browser/chromeos/policy/remote_commands/crd_host_delegate.cc
} // namespace
+diff --git a/chrome/browser/chromeos/u2f_notification.cc b/chrome/browser/chromeos/u2f_notification.cc
+--- a/chrome/browser/chromeos/u2f_notification.cc
++++ b/chrome/browser/chromeos/u2f_notification.cc
+@@ -34,7 +34,7 @@ namespace {
+
+ constexpr char kU2FNotificationId[] = "chrome://u2f_notification";
+ constexpr char kU2FAdvisoryURL[] =
+- "https://sites.google.com/a/chromium.org/dev/chromium-os/"
++ "https://sites.9oo91e.qjz9zk/a/ch40m1um.qjz9zk/dev/chromium-os/"
+ "u2f-ecdsa-vulnerability";
+
+ // Notification button identifiers.
diff --git a/chrome/browser/custom_handlers/protocol_handler_registry.cc b/chrome/browser/custom_handlers/protocol_handler_registry.cc
--- a/chrome/browser/custom_handlers/protocol_handler_registry.cc
+++ b/chrome/browser/custom_handlers/protocol_handler_registry.cc
@@ -1272,6 +5037,19 @@ diff --git a/chrome/browser/data_reduction_proxy/data_reduction_proxy_chrome_set
return PROXY_PREF_NOT_CLEARED;
prefs->ClearPref(proxy_config::prefs::kProxy);
+diff --git a/chrome/browser/devtools/url_constants.cc b/chrome/browser/devtools/url_constants.cc
+--- a/chrome/browser/devtools/url_constants.cc
++++ b/chrome/browser/devtools/url_constants.cc
+@@ -4,7 +4,7 @@
+
+ #include "chrome/browser/devtools/url_constants.h"
+
+-const char kRemoteFrontendDomain[] = "chrome-devtools-frontend.appspot.com";
++const char kRemoteFrontendDomain[] = "chrome-devtools-frontend.8pp2p8t.qjz9zk";
+ const char kRemoteFrontendBase[] =
+- "https://chrome-devtools-frontend.appspot.com/";
++ "https://chrome-devtools-frontend.8pp2p8t.qjz9zk/";
+ const char kRemoteFrontendPath[] = "serve_file";
diff --git a/chrome/browser/download/mixed_content_download_blocking.cc b/chrome/browser/download/mixed_content_download_blocking.cc
--- a/chrome/browser/download/mixed_content_download_blocking.cc
+++ b/chrome/browser/download/mixed_content_download_blocking.cc
@@ -1284,6 +5062,63 @@ diff --git a/chrome/browser/download/mixed_content_download_blocking.cc b/chrome
"protecting-users-from-insecure.html"
" for more details.",
data.initiator_->GetURL().spec().c_str(),
+diff --git a/chrome/browser/enterprise/connectors/connectors_manager.cc b/chrome/browser/enterprise/connectors/connectors_manager.cc
+--- a/chrome/browser/enterprise/connectors/connectors_manager.cc
++++ b/chrome/browser/enterprise/connectors/connectors_manager.cc
+@@ -31,7 +31,7 @@ const char kServiceProviderConfig[] = R"({
+ "version": {
+ "1": {
+ "analysis": {
+- "url": "https://safebrowsing.google.com/safebrowsing/uploads/scan",
++ "url": "https://safebrowsing.9oo91e.qjz9zk/safebrowsing/uploads/scan",
+ "supported_tags": [
+ {
+ "name": "malware",
+@@ -84,7 +84,7 @@ const char kServiceProviderConfig[] = R"({
+ ]
+ },
+ "reporting": {
+- "url": "https://chromereporting-pa.googleapis.com/v1/events"
++ "url": "https://chromereporting-pa.9oo91eapis.qjz9zk/v1/events"
+ }
+ }
+ }
+diff --git a/chrome/browser/enterprise/reporting/extension_request/extension_request_notification.cc b/chrome/browser/enterprise/reporting/extension_request/extension_request_notification.cc
+--- a/chrome/browser/enterprise/reporting/extension_request/extension_request_notification.cc
++++ b/chrome/browser/enterprise/reporting/extension_request/extension_request_notification.cc
+@@ -29,7 +29,7 @@ constexpr char kInstalledNotificationId[] = "extension_installed_notificaiton";
+ constexpr char kExtensionRequestNotifierId[] =
+ "chrome_browser_cloud_management_extension_request";
+ constexpr char kChromeWebstoreUrl[] =
+- "https://chrome.google.com/webstore/detail/";
++ "https://chrome.9oo91e.qjz9zk/webstore/detail/";
+
+ // The elements order of array below must match the order in enum
+ // ExtensionRequestNotification::NotifyType.
+@@ -68,7 +68,7 @@ void ExtensionRequestNotification::Show(NotificationCloseCallback callback) {
+ kNotificationTitles[notify_type_], extension_ids_.size());
+ const base::string16 body = l10n_util::GetPluralStringFUTF16(
+ kNotificationBodies[notify_type_], extension_ids_.size());
+- GURL original_url("https://chrome.google.com/webstore");
++ GURL original_url("https://chrome.9oo91e.qjz9zk/webstore");
+ gfx::Image icon(gfx::CreateVectorIcon(
+ vector_icons::kBusinessIcon, message_center::kSmallImageSize,
+ ui::NativeTheme::GetInstanceForWeb()->GetSystemColor(
+diff --git a/chrome/browser/error_reporting/chrome_js_error_report_processor.cc b/chrome/browser/error_reporting/chrome_js_error_report_processor.cc
+--- a/chrome/browser/error_reporting/chrome_js_error_report_processor.cc
++++ b/chrome/browser/error_reporting/chrome_js_error_report_processor.cc
+@@ -34,9 +34,9 @@
+
+ namespace {
+
+-constexpr char kCrashEndpointUrl[] = "https://clients2.google.com/cr/report";
++constexpr char kCrashEndpointUrl[] = "https://clients2.9oo91e.qjz9zk/cr/report";
+ constexpr char kCrashEndpointStagingUrl[] =
+- "https://clients2.google.com/cr/staging_report";
++ "https://clients2.9oo91e.qjz9zk/cr/staging_report";
+ constexpr char kNoBrowserNoWindow[] = "NO_BROWSER";
+ constexpr char kRegularTabbedWindow[] = "REGULAR_TABBED";
+ constexpr char kWebAppWindow[] = "WEB_APP";
diff --git a/chrome/browser/extensions/api/cryptotoken_private/cryptotoken_private_api.cc b/chrome/browser/extensions/api/cryptotoken_private/cryptotoken_private_api.cc
--- a/chrome/browser/extensions/api/cryptotoken_private/cryptotoken_private_api.cc
+++ b/chrome/browser/extensions/api/cryptotoken_private/cryptotoken_private_api.cc
@@ -1349,6 +5184,17 @@ diff --git a/chrome/browser/extensions/api/tab_capture/tab_capture_performance_t
// static
const char TabCapturePerformanceTestBase::kTestWebPagePath[] =
+diff --git a/chrome/browser/extensions/chrome_extension_browser_constants.cc b/chrome/browser/extensions/chrome_extension_browser_constants.cc
+--- a/chrome/browser/extensions/chrome_extension_browser_constants.cc
++++ b/chrome/browser/extensions/chrome_extension_browser_constants.cc
+@@ -8,6 +8,6 @@ namespace chrome_extension_constants {
+
+ // The link to the help article for runtime host permissions.
+ const char kRuntimeHostPermissionsHelpURL[] =
+- "https://support.google.com/chrome?p=enable_extensions";
++ "https://support.9oo91e.qjz9zk/chrome?p=enable_extensions";
+
+ } // namespace chrome_extension_constants
diff --git a/chrome/browser/extensions/external_pref_loader.cc b/chrome/browser/extensions/external_pref_loader.cc
--- a/chrome/browser/extensions/external_pref_loader.cc
+++ b/chrome/browser/extensions/external_pref_loader.cc
@@ -1361,6 +5207,18 @@ diff --git a/chrome/browser/extensions/external_pref_loader.cc b/chrome/browser/
"extensions/external_extensions.html)";
ReadStandaloneExtensionPrefFiles(prefs.get());
+diff --git a/chrome/browser/extensions/forced_extensions/force_installed_test_base.cc b/chrome/browser/extensions/forced_extensions/force_installed_test_base.cc
+--- a/chrome/browser/extensions/forced_extensions/force_installed_test_base.cc
++++ b/chrome/browser/extensions/forced_extensions/force_installed_test_base.cc
+@@ -30,7 +30,7 @@ const char ForceInstalledTestBase::kExtensionId2[] =
+ const char ForceInstalledTestBase::kExtensionName1[] = "name1";
+ const char ForceInstalledTestBase::kExtensionName2[] = "name2";
+ const char ForceInstalledTestBase::kExtensionUpdateUrl[] =
+- "https://clients2.google.com/service/update2/crx"; // URL of Chrome Web
++ "https://clients2.9oo91e.qjz9zk/service/update2/crx"; // URL of Chrome Web
+ // Store backend.
+ const char ForceInstalledTestBase::kOffStoreUpdateUrl[] =
+ "https://www.example.com/update2/crx";
diff --git a/chrome/browser/extensions/install_signer.cc b/chrome/browser/extensions/install_signer.cc
--- a/chrome/browser/extensions/install_signer.cc
+++ b/chrome/browser/extensions/install_signer.cc
@@ -1373,6 +5231,18 @@ diff --git a/chrome/browser/extensions/install_signer.cc b/chrome/browser/extens
const char kPublicKeyPEM[] = \
"-----BEGIN PUBLIC KEY-----" \
+diff --git a/chrome/browser/extensions/updater/chrome_extension_downloader_factory.cc b/chrome/browser/extensions/updater/chrome_extension_downloader_factory.cc
+--- a/chrome/browser/extensions/updater/chrome_extension_downloader_factory.cc
++++ b/chrome/browser/extensions/updater/chrome_extension_downloader_factory.cc
+@@ -49,7 +49,7 @@ ChromeExtensionDownloaderFactory::CreateForURLLoaderFactory(
+ manifest_query_params += "&testrequest=1";
+ }
+ downloader->set_manifest_query_params(manifest_query_params);
+- downloader->set_ping_enabled_domain("google.com");
++ downloader->set_ping_enabled_domain("9oo91e.qjz9zk");
+ return downloader;
+ }
+
diff --git a/chrome/browser/extensions/updater/chrome_update_client_config.cc b/chrome/browser/extensions/updater/chrome_update_client_config.cc
--- a/chrome/browser/extensions/updater/chrome_update_client_config.cc
+++ b/chrome/browser/extensions/updater/chrome_update_client_config.cc
@@ -1385,6 +5255,60 @@ diff --git a/chrome/browser/extensions/updater/chrome_update_client_config.cc b/
}));
}
return network_fetcher_factory_;
+diff --git a/chrome/browser/federated_learning/floc_remote_permission_service.cc b/chrome/browser/federated_learning/floc_remote_permission_service.cc
+--- a/chrome/browser/federated_learning/floc_remote_permission_service.cc
++++ b/chrome/browser/federated_learning/floc_remote_permission_service.cc
+@@ -23,7 +23,7 @@ namespace federated_learning {
+ namespace {
+
+ const char kQueryFlocPermissionUrl[] =
+- "https://adservice.google.com/settings/do_ad_settings_allow_floc_poc";
++ "https://adservice.9oo91e.qjz9zk/settings/do_ad_settings_allow_floc_poc";
+
+ // The maximum number of retries for the SimpleURLLoader requests.
+ const size_t kMaxRetries = 1;
+diff --git a/chrome/browser/feedback/feedback_uploader_chrome.cc b/chrome/browser/feedback/feedback_uploader_chrome.cc
+--- a/chrome/browser/feedback/feedback_uploader_chrome.cc
++++ b/chrome/browser/feedback/feedback_uploader_chrome.cc
+@@ -34,7 +34,7 @@ constexpr char kAuthenticationErrorLogMessage[] =
+
+ constexpr char kConsumer[] = "feedback_uploader_chrome";
+
+-constexpr char kScope[] = "https://www.googleapis.com/auth/supportcontent";
++constexpr char kScope[] = "https://www.9oo91eapis.qjz9zk/auth/supportcontent";
+
+ void QueueSingleReport(base::WeakPtr uploader,
+ scoped_refptr report) {
+diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
+--- a/chrome/browser/flag_descriptions.cc
++++ b/chrome/browser/flag_descriptions.cc
+@@ -471,7 +471,7 @@ const char kDetectTargetEmbeddingLookalikesName[] =
+ "Detect target embedding domains as lookalikes.";
+ const char kDetectTargetEmbeddingLookalikesDescription[] =
+ "Shows a lookalike interstitial when navigating to target embedding domains"
+- "(e.g. google.com.example.com).";
++ "(e.g. 9oo91e.qjz9zk.example.com).";
+
+ const char kDeviceDiscoveryNotificationsName[] =
+ "Device Discovery Notifications";
+@@ -874,7 +874,7 @@ const char kForceEmptyCorbAndCorsAllowlistDescription[] =
+ "Removes all Chrome Extensions from the CORB and CORS allowlist. "
+ "For more information about the allowlist and the changes to the "
+ "security model of content scripts, please see: "
+- "https://www.chromium.org/Home/chromium-security/"
++ "https://www.ch40m1um.qjz9zk/Home/chromium-security/"
+ "extension-content-script-fetches";
+
+ const char kCrossOriginOpenerPolicyReportingName[] =
+@@ -1990,7 +1990,7 @@ const char kIntensiveWakeUpThrottlingName[] =
+ const char kIntensiveWakeUpThrottlingDescription[] =
+ "When enabled, wake ups from DOM Timers are limited to 1 per minute in a "
+ "page that has been hidden for 5 minutes. For additional details, see "
+- "https://www.chromestatus.com/feature/4718288976216064.";
++ "https://www.ch40mestatus.qjz9zk/feature/4718288976216064.";
+
+ const char kPrinterStatusName[] = "Show printer Status";
+ const char kPrinterStatusDescription[] =
diff --git a/chrome/browser/importer/edge_importer_browsertest_win.cc b/chrome/browser/importer/edge_importer_browsertest_win.cc
--- a/chrome/browser/importer/edge_importer_browsertest_win.cc
+++ b/chrome/browser/importer/edge_importer_browsertest_win.cc
@@ -1502,6 +5426,103 @@ diff --git a/chrome/browser/importer/ie_importer_browsertest_win.cc b/chrome/bro
struct BadBinaryData {
const char* data;
+diff --git a/chrome/browser/installable/quality_enforcer.cc b/chrome/browser/installable/quality_enforcer.cc
+--- a/chrome/browser/installable/quality_enforcer.cc
++++ b/chrome/browser/installable/quality_enforcer.cc
+@@ -34,13 +34,13 @@ constexpr char kHttpErrorConsoleMessageFormat[] =
+ constexpr char kUnavailableOfflineConsoleMessageFormat[] =
+ "Page %s is not available offline. Please handle offline resource requests "
+ "using a ServiceWorker. See: "
+- "https://developers.google.com/web/fundamentals/codelabs/offline";
++ "https://developers.9oo91e.qjz9zk/web/fundamentals/codelabs/offline";
+
+ constexpr char kDigitalAssetLinkConsoleMessageFormat[] =
+ "Launch URL %s failed digital asset link verification. Please review the "
+ "Trusted Web Activity quick start guide for how to correctly implement "
+ "Digital Assetlinks: "
+- "https://developers.google.com/web/android/trusted-web-activity/"
++ "https://developers.9oo91e.qjz9zk/web/android/trusted-web-activity/"
+ "quick-start";
+
+ } // namespace
+diff --git a/chrome/browser/local_discovery/service_discovery_client_mac.mm b/chrome/browser/local_discovery/service_discovery_client_mac.mm
+--- a/chrome/browser/local_discovery/service_discovery_client_mac.mm
++++ b/chrome/browser/local_discovery/service_discovery_client_mac.mm
+@@ -399,7 +399,7 @@ void ParseNetService(NSNetService* service, ServiceDescription& description) {
+ // weak delegate during deallocation, so a subsequently-deallocated delegate
+ // attempts to clear the pointer to itself in an NSNetServiceBrowser that's
+ // already gone.
+- // https://crbug.com/657495, https://openradar.appspot.com/28943305
++ // https://crbug.com/657495, https://openradar.8pp2p8t.qjz9zk/28943305
+ [_browser setDelegate:nil];
+
+ // Ensure the delegate clears all references to itself, which it had added as
+@@ -513,7 +513,7 @@ void ParseNetService(NSNetService* service, ServiceDescription& description) {
+ // delegate during deallocation, so a subsequently-deallocated delegate
+ // attempts to clear the pointer to itself in an NSNetService that's already
+ // gone.
+- // https://crbug.com/657495, https://openradar.appspot.com/28943305
++ // https://crbug.com/657495, https://openradar.8pp2p8t.qjz9zk/28943305
+ [_service setDelegate:nil];
+ _service.reset();
+ }
+diff --git a/chrome/browser/media/kaleidoscope/kaleidoscope_data_provider_impl.cc b/chrome/browser/media/kaleidoscope/kaleidoscope_data_provider_impl.cc
+--- a/chrome/browser/media/kaleidoscope/kaleidoscope_data_provider_impl.cc
++++ b/chrome/browser/media/kaleidoscope/kaleidoscope_data_provider_impl.cc
+@@ -43,7 +43,7 @@ constexpr int kMediaFeedsFetchedItemsMin = 4;
+ constexpr int kMediaFeedsItemsMaxCount = 20;
+
+ constexpr char kChromeMediaRecommendationsOAuth2Scope[] =
+- "https://www.googleapis.com/auth/chrome-media-recommendations";
++ "https://www.9oo91eapis.qjz9zk/auth/chrome-media-recommendations";
+
+ // The minimum watch time needed in media history for a provider to be
+ // considered high watch time.
+diff --git a/chrome/browser/media/kaleidoscope/kaleidoscope_switches.cc b/chrome/browser/media/kaleidoscope/kaleidoscope_switches.cc
+--- a/chrome/browser/media/kaleidoscope/kaleidoscope_switches.cc
++++ b/chrome/browser/media/kaleidoscope/kaleidoscope_switches.cc
+@@ -15,17 +15,17 @@ const char kKaleidoscopeBackendUrl[] = "kaleidoscope-backend-url";
+ // The command line alias and URL for the "prod" environment.
+ const char kKaleidoscopeBackendUrlProdAlias[] = "prod";
+ const char kKaleidoscopeBackendUrlProdUrl[] =
+- "https://chromemediarecommendations-pa.googleapis.com";
++ "https://chromemediarecommendations-pa.9oo91eapis.qjz9zk";
+
+ // The command line alias and URL for the "staging" environment.
+ const char kKaleidoscopeBackendUrlStagingAlias[] = "staging";
+ const char kKaleidoscopeBackendUrlStagingUrl[] =
+- "https://staging-chromemediarecommendations-pa.sandbox.googleapis.com";
++ "https://staging-chromemediarecommendations-pa.sandbox.9oo91eapis.qjz9zk";
+
+ // The command line alias and URL for the "autopush" environment.
+ const char kKaleidoscopeBackendUrlAutopushAlias[] = "autopush";
+ const char kKaleidoscopeBackendUrlAutopushUrl[] =
+- "https://autopush-chromemediarecommendations-pa.sandbox.googleapis.com";
++ "https://autopush-chromemediarecommendations-pa.sandbox.9oo91eapis.qjz9zk";
+
+ } // namespace switches
+
+diff --git a/chrome/browser/media/kaleidoscope/kaleidoscope_ui.cc b/chrome/browser/media/kaleidoscope/kaleidoscope_ui.cc
+--- a/chrome/browser/media/kaleidoscope/kaleidoscope_ui.cc
++++ b/chrome/browser/media/kaleidoscope/kaleidoscope_ui.cc
+@@ -211,7 +211,7 @@ content::WebUIDataSource* CreateUntrustedPALChildWebUIDataSource() {
+ // Allow scripts from Google.
+ untrusted_source->OverrideContentSecurityPolicy(
+ network::mojom::CSPDirectiveName::ScriptSrc,
+- "script-src https://imasdk.googleapis.com 'unsafe-inline' 'self';");
++ "script-src https://imasdk.9oo91eapis.qjz9zk 'unsafe-inline' 'self';");
+ untrusted_source->DisableTrustedTypesCSP();
+
+ #if BUILDFLAG(ENABLE_KALEIDOSCOPE)
+@@ -335,7 +335,7 @@ content::WebUIDataSource* KaleidoscopeUI::CreateUntrustedWebUIDataSource() {
+ // Allow YouTube videos to be embedded.
+ untrusted_source->OverrideContentSecurityPolicy(
+ network::mojom::CSPDirectiveName::ChildSrc,
+- "child-src https://www.youtube.com "
++ "child-src https://www.y0u1ub3.qjz9zk "
+ "chrome-untrusted://kaleidoscope-pal-generator;");
+
+ // Add the URL to the backend.
diff --git a/chrome/browser/media/router/providers/cast/cast_media_route_provider.cc b/chrome/browser/media/router/providers/cast/cast_media_route_provider.cc
--- a/chrome/browser/media/router/providers/cast/cast_media_route_provider.cc
+++ b/chrome/browser/media/router/providers/cast/cast_media_route_provider.cc
@@ -1550,6 +5571,103 @@ diff --git a/chrome/browser/media/webrtc/webrtc_browsertest_common.cc b/chrome/b
"webrtc/webrtc.DEPS\",\n"
"}\n"
"and run gclient sync. This will download the required ref files.";
+diff --git a/chrome/browser/media/webrtc/webrtc_event_log_uploader.cc b/chrome/browser/media/webrtc/webrtc_event_log_uploader.cc
+--- a/chrome/browser/media/webrtc/webrtc_event_log_uploader.cc
++++ b/chrome/browser/media/webrtc/webrtc_event_log_uploader.cc
+@@ -121,7 +121,7 @@ void OnURLLoadUploadProgress(uint64_t current, uint64_t total) {
+ } // namespace
+
+ const char WebRtcEventLogUploaderImpl::kUploadURL[] =
+- "https://clients2.google.com/cr/report";
++ "https://clients2.9oo91e.qjz9zk/cr/report";
+
+ WebRtcEventLogUploaderImpl::Factory::Factory(
+ scoped_refptr task_runner)
+diff --git a/chrome/browser/media/webrtc/webrtc_log_uploader.cc b/chrome/browser/media/webrtc/webrtc_log_uploader.cc
+--- a/chrome/browser/media/webrtc/webrtc_log_uploader.cc
++++ b/chrome/browser/media/webrtc/webrtc_log_uploader.cc
+@@ -463,7 +463,7 @@ void WebRtcLogUploader::UploadCompressedLog(
+ "Not implemented, it would be good to do so."
+ })");
+
+- constexpr char kUploadURL[] = "https://clients2.google.com/cr/report";
++ constexpr char kUploadURL[] = "https://clients2.9oo91e.qjz9zk/cr/report";
+ auto resource_request = std::make_unique();
+ resource_request->url = !upload_url_for_testing_.is_empty()
+ ? upload_url_for_testing_
+diff --git a/chrome/browser/metrics/testing/sync_metrics_test_utils.cc b/chrome/browser/metrics/testing/sync_metrics_test_utils.cc
+--- a/chrome/browser/metrics/testing/sync_metrics_test_utils.cc
++++ b/chrome/browser/metrics/testing/sync_metrics_test_utils.cc
+@@ -33,7 +33,7 @@ std::unique_ptr InitializeProfileForSync(
+ username = info.email;
+ #endif
+ if (username.empty()) {
+- username = "user@gmail.com";
++ username = "user@9ma1l.qjz9zk";
+ }
+
+ return ProfileSyncServiceHarness::Create(
+diff --git a/chrome/browser/nacl_host/nacl_infobar_delegate.cc b/chrome/browser/nacl_host/nacl_infobar_delegate.cc
+--- a/chrome/browser/nacl_host/nacl_infobar_delegate.cc
++++ b/chrome/browser/nacl_host/nacl_infobar_delegate.cc
+@@ -32,7 +32,7 @@ base::string16 NaClInfoBarDelegate::GetLinkText() const {
+ }
+
+ GURL NaClInfoBarDelegate::GetLinkURL() const {
+- return GURL("https://support.google.com/chrome/?p=ib_nacl");
++ return GURL("https://support.9oo91e.qjz9zk/chrome/?p=ib_nacl");
+ }
+
+ base::string16 NaClInfoBarDelegate::GetMessageText() const {
+diff --git a/chrome/browser/nearby_sharing/client/nearby_share_client_impl.cc b/chrome/browser/nearby_sharing/client/nearby_share_client_impl.cc
+--- a/chrome/browser/nearby_sharing/client/nearby_share_client_impl.cc
++++ b/chrome/browser/nearby_sharing/client/nearby_share_client_impl.cc
+@@ -32,7 +32,7 @@ namespace {
+ // -------------------- Nearby Share Service v1 Endpoints --------------------
+
+ const char kDefaultNearbyShareV1HTTPHost[] =
+- "https://nearbysharing-pa.googleapis.com";
++ "https://nearbysharing-pa.9oo91eapis.qjz9zk";
+
+ const char kNearbyShareV1Path[] = "v1/";
+
+@@ -44,7 +44,7 @@ const char kPageToken[] = "page_token";
+ const char kSecretIds[] = "secret_ids";
+
+ const char kNearbyShareOAuth2Scope[] =
+- "https://www.googleapis.com/auth/nearbysharing-pa";
++ "https://www.9oo91eapis.qjz9zk/auth/nearbysharing-pa";
+
+ // Creates the full Nearby Share v1 URL for endpoint to the API with
+ // |request_path|.
+diff --git a/chrome/browser/nearby_sharing/instantmessaging/constants.h b/chrome/browser/nearby_sharing/instantmessaging/constants.h
+--- a/chrome/browser/nearby_sharing/instantmessaging/constants.h
++++ b/chrome/browser/nearby_sharing/instantmessaging/constants.h
+@@ -6,10 +6,10 @@
+ #define CHROME_BROWSER_NEARBY_SHARING_INSTANTMESSAGING_CONSTANTS_H_
+
+ const char kInstantMessagingReceiveMessageAPI[] =
+- "https://instantmessaging-pa.googleapis.com/v1/messages:receiveExpress";
++ "https://instantmessaging-pa.9oo91eapis.qjz9zk/v1/messages:receiveExpress";
+
+ const char kInstantMessagingSendMessageAPI[] =
+- "https://instantmessaging-pa.googleapis.com/v1/message:sendExpress";
++ "https://instantmessaging-pa.9oo91eapis.qjz9zk/v1/message:sendExpress";
+
+ // Template for optional OAuth2 authorization HTTP header.
+ const char kAuthorizationHeaderFormat[] = "Authorization: Bearer %s";
+diff --git a/chrome/browser/net/dns_probe_runner.cc b/chrome/browser/net/dns_probe_runner.cc
+--- a/chrome/browser/net/dns_probe_runner.cc
++++ b/chrome/browser/net/dns_probe_runner.cc
+@@ -18,7 +18,7 @@
+
+ namespace chrome_browser_net {
+
+-const char DnsProbeRunner::kKnownGoodHostname[] = "google.com";
++const char DnsProbeRunner::kKnownGoodHostname[] = "9oo91e.qjz9zk";
+
+ namespace {
+
diff --git a/chrome/browser/notifications/notification_platform_bridge_mac.mm b/chrome/browser/notifications/notification_platform_bridge_mac.mm
--- a/chrome/browser/notifications/notification_platform_bridge_mac.mm
+++ b/chrome/browser/notifications/notification_platform_bridge_mac.mm
@@ -1574,6 +5692,107 @@ diff --git a/chrome/browser/page_load_metrics/observers/ad_metrics/ads_page_load
const char kReportingOnlyMessage[] =
"A future version of Chrome may remove this ad";
const char kInterventionMessage[] = "Ad was removed";
+diff --git a/chrome/browser/page_load_metrics/observers/data_reduction_proxy_metrics_observer_test_utils.h b/chrome/browser/page_load_metrics/observers/data_reduction_proxy_metrics_observer_test_utils.h
+--- a/chrome/browser/page_load_metrics/observers/data_reduction_proxy_metrics_observer_test_utils.h
++++ b/chrome/browser/page_load_metrics/observers/data_reduction_proxy_metrics_observer_test_utils.h
+@@ -23,7 +23,7 @@
+
+ namespace data_reduction_proxy {
+
+-const char kDefaultTestUrl[] = "http://google.com";
++const char kDefaultTestUrl[] = "http://9oo91e.qjz9zk";
+
+ // Attaches a new |PreviewsUserData| to the given |navigation_handle|.
+ previews::PreviewsUserData* PreviewsDataForNavigationHandle(
+diff --git a/chrome/browser/page_load_metrics/observers/page_load_metrics_observer_test_harness.cc b/chrome/browser/page_load_metrics/observers/page_load_metrics_observer_test_harness.cc
+--- a/chrome/browser/page_load_metrics/observers/page_load_metrics_observer_test_harness.cc
++++ b/chrome/browser/page_load_metrics/observers/page_load_metrics_observer_test_harness.cc
+@@ -22,7 +22,7 @@ PageLoadMetricsObserverTestHarness::~PageLoadMetricsObserverTestHarness() {}
+ void PageLoadMetricsObserverTestHarness::SetUp() {
+ ChromeRenderViewHostTestHarness::SetUp();
+ SetContents(CreateTestWebContents());
+- NavigateAndCommit(GURL("http://www.google.com"));
++ NavigateAndCommit(GURL("http://www.9oo91e.qjz9zk"));
+ // Page load metrics depends on UKM source URLs being recorded, so make sure
+ // the SourceUrlRecorderWebContentsObserver is instantiated.
+ ukm::InitializeSourceUrlRecorderForWebContents(web_contents());
+diff --git a/chrome/browser/page_load_metrics/observers/service_worker_page_load_metrics_observer.cc b/chrome/browser/page_load_metrics/observers/service_worker_page_load_metrics_observer.cc
+--- a/chrome/browser/page_load_metrics/observers/service_worker_page_load_metrics_observer.cc
++++ b/chrome/browser/page_load_metrics/observers/service_worker_page_load_metrics_observer.cc
+@@ -133,11 +133,11 @@ const char kHistogramNoServiceWorkerFirstContentfulPaintDocs[] =
+ namespace {
+
+ bool IsInboxSite(const GURL& url) {
+- return url.host_piece() == "inbox.google.com";
++ return url.host_piece() == "inbox.9oo91e.qjz9zk";
+ }
+
+ bool IsDocsSite(const GURL& url) {
+- return url.host_piece() == "docs.google.com";
++ return url.host_piece() == "docs.9oo91e.qjz9zk";
+ }
+
+ bool IsForwardBackLoad(ui::PageTransition transition) {
+diff --git a/chrome/browser/password_manager/password_manager_signin_intercept_test_helper.cc b/chrome/browser/password_manager/password_manager_signin_intercept_test_helper.cc
+--- a/chrome/browser/password_manager/password_manager_signin_intercept_test_helper.cc
++++ b/chrome/browser/password_manager/password_manager_signin_intercept_test_helper.cc
+@@ -34,7 +34,7 @@
+ namespace {
+
+ constexpr char kGaiaUsername[] = "username";
+-constexpr char kGaiaEmail[] = "username@gmail.com";
++constexpr char kGaiaEmail[] = "username@9ma1l.qjz9zk";
+ constexpr char kGaiaId[] = "test_gaia_id";
+
+ } // namespace
+diff --git a/chrome/browser/pepper_broker_infobar_delegate.cc b/chrome/browser/pepper_broker_infobar_delegate.cc
+--- a/chrome/browser/pepper_broker_infobar_delegate.cc
++++ b/chrome/browser/pepper_broker_infobar_delegate.cc
+@@ -66,7 +66,7 @@ base::string16 PepperBrokerInfoBarDelegate::GetLinkText() const {
+ }
+
+ GURL PepperBrokerInfoBarDelegate::GetLinkURL() const {
+- return GURL("https://support.google.com/chrome/?p=ib_pepper_broker");
++ return GURL("https://support.9oo91e.qjz9zk/chrome/?p=ib_pepper_broker");
+ }
+
+ base::string16 PepperBrokerInfoBarDelegate::GetMessageText() const {
+diff --git a/chrome/browser/performance_hints/performance_hints_features.cc b/chrome/browser/performance_hints/performance_hints_features.cc
+--- a/chrome/browser/performance_hints/performance_hints_features.cc
++++ b/chrome/browser/performance_hints/performance_hints_features.cc
+@@ -18,7 +18,7 @@ const base::Feature kPerformanceHintsHandleRewrites{
+ "PerformanceHintsHandleRewrites", base::FEATURE_ENABLED_BY_DEFAULT};
+ constexpr base::FeatureParam kRewriteConfig{
+ &kPerformanceHintsHandleRewrites, "rewrite_config",
+- "www.google.com/url?url"};
++ "www.9oo91e.qjz9zk/url?url"};
+
+ constexpr base::FeatureParam kUseFastHostHints{
+ &kPerformanceHintsObserver, "use_fast_host_hints", true};
+diff --git a/chrome/browser/permissions/grouped_permission_infobar_delegate_android.cc b/chrome/browser/permissions/grouped_permission_infobar_delegate_android.cc
+--- a/chrome/browser/permissions/grouped_permission_infobar_delegate_android.cc
++++ b/chrome/browser/permissions/grouped_permission_infobar_delegate_android.cc
+@@ -31,7 +31,7 @@ using QuietUiReason =
+
+ // The URL for when the user clicks the "Learn more" link.
+ constexpr char kNotificationsHelpUrl[] =
+- "https://support.google.com/chrome/answer/3220216";
++ "https://support.9oo91e.qjz9zk/chrome/answer/3220216";
+
+ } // namespace
+
+diff --git a/chrome/browser/policy/extension_force_install_mixin.cc b/chrome/browser/policy/extension_force_install_mixin.cc
+--- a/chrome/browser/policy/extension_force_install_mixin.cc
++++ b/chrome/browser/policy/extension_force_install_mixin.cc
+@@ -67,7 +67,7 @@ constexpr char kUpdateManifestFileNameTemplate[] = "%s.xml";
+ // Template for the update manifest contents.
+ constexpr char kUpdateManifestTemplate[] =
+ R"(
+-
++
+
+
+
diff --git a/chrome/browser/policy/policy_test_utils.cc b/chrome/browser/policy/policy_test_utils.cc
--- a/chrome/browser/policy/policy_test_utils.cc
+++ b/chrome/browser/policy/policy_test_utils.cc
@@ -1586,6 +5805,60 @@ diff --git a/chrome/browser/policy/policy_test_utils.cc b/chrome/browser/policy/
if (expect_safe_search) {
expected_url += "?" +
std::string(safe_search_util::kSafeSearchSafeParameter) +
+diff --git a/chrome/browser/policy/policy_test_utils.h b/chrome/browser/policy/policy_test_utils.h
+--- a/chrome/browser/policy/policy_test_utils.h
++++ b/chrome/browser/policy/policy_test_utils.h
+@@ -81,7 +81,7 @@ class PolicyTest : public InProcessBrowserTest {
+
+ static void CheckSafeSearch(Browser* browser,
+ bool expect_safe_search,
+- const std::string& url = "http://google.com/");
++ const std::string& url = "http://9oo91e.qjz9zk/");
+
+ static void CheckYouTubeRestricted(int youtube_restrict_mode,
+ const net::HttpRequestHeaders& headers);
+diff --git a/chrome/browser/prefetch/no_state_prefetch/tools/prerender_test_server/index.html b/chrome/browser/prefetch/no_state_prefetch/tools/prerender_test_server/index.html
+--- a/chrome/browser/prefetch/no_state_prefetch/tools/prerender_test_server/index.html
++++ b/chrome/browser/prefetch/no_state_prefetch/tools/prerender_test_server/index.html
+@@ -13,7 +13,7 @@
+
+
+
+-
This page is a clone of Prereneder Test with a DISABLED check whether Prerendering is working.
++
This page is a clone of Prereneder Test with a DISABLED check whether Prerendering is working.
+