Contacting Google. This may take a minute…
-@@ -1793,7 +1793,7 @@ To change this setting, <resetlink>reset sync<resetlink>reset sync
@@ -7788,7 +7788,7 @@ diff --git a/chrome/browser/ui/android/strings/android_chrome_strings.grd b/chro
<link>Get help</link> while scanning for devices…
-@@ -1838,7 +1838,7 @@ To change this setting, <resetlink>reset sync<resetlink>reset sync
@@ -7797,7 +7797,7 @@ diff --git a/chrome/browser/ui/android/strings/android_chrome_strings.grd b/chro
Unknown or unsupported device (%1$sA1:B2:C3:D4:E5:F6)
-@@ -2289,7 +2289,7 @@ To change this setting, <resetlink>reset sync<resetlink>reset sync
@@ -7806,7 +7806,7 @@ diff --git a/chrome/browser/ui/android/strings/android_chrome_strings.grd b/chro
You are viewing a preview of this page
-@@ -3605,7 +3605,7 @@ Data from your Incognito session will only be cleared from Chrome when you
@@ -7815,7 +7815,7 @@ diff --git a/chrome/browser/ui/android/strings/android_chrome_strings.grd b/chro
No compatible devices found
-@@ -3644,7 +3644,7 @@ Data from your Incognito session will only be cleared from Chrome when you
@@ -7824,7 +7824,7 @@ diff --git a/chrome/browser/ui/android/strings/android_chrome_strings.grd b/chro
Got it
-@@ -3899,7 +3899,7 @@ Data from your Incognito session will only be cleared from Chrome when you %1$sTanya's Pixel 2...
diff --git a/build/patches/Disable-omission-of-URL-elements-in-Omnibox.patch b/build/patches/Disable-omission-of-URL-elements-in-Omnibox.patch
index b5bd1a39..cd4b65e6 100644
--- a/build/patches/Disable-omission-of-URL-elements-in-Omnibox.patch
+++ b/build/patches/Disable-omission-of-URL-elements-in-Omnibox.patch
@@ -5,9 +5,20 @@ Subject: Disable omission of URL elements in Omnibox
Disable all omissions because they are used throughout the code without
a corresponding user option to individually disable their usage.
---
- components/url_formatter/url_formatter.cc | 14 +++++++-------
- 1 file changed, 7 insertions(+), 7 deletions(-)
+ .../toolbar/chrome_location_bar_model_delegate.cc | 2 +-
+ components/url_formatter/url_formatter.cc | 14 +++++++-------
+ 2 files changed, 8 insertions(+), 8 deletions(-)
+diff --git a/chrome/browser/ui/toolbar/chrome_location_bar_model_delegate.cc b/chrome/browser/ui/toolbar/chrome_location_bar_model_delegate.cc
+--- a/chrome/browser/ui/toolbar/chrome_location_bar_model_delegate.cc
++++ b/chrome/browser/ui/toolbar/chrome_location_bar_model_delegate.cc
+@@ -263,5 +263,5 @@ TemplateURLService* ChromeLocationBarModelDelegate::GetTemplateURLService() {
+ // static
+ void ChromeLocationBarModelDelegate::RegisterProfilePrefs(
+ user_prefs::PrefRegistrySyncable* registry) {
+- registry->RegisterBooleanPref(omnibox::kPreventUrlElisionsInOmnibox, false);
++ registry->RegisterBooleanPref(omnibox::kPreventUrlElisionsInOmnibox, true);
+ }
diff --git a/components/url_formatter/url_formatter.cc b/components/url_formatter/url_formatter.cc
--- a/components/url_formatter/url_formatter.cc
+++ b/components/url_formatter/url_formatter.cc
diff --git a/build/patches/Modify-default-preferences.patch b/build/patches/Modify-default-preferences.patch
index d3dc5c48..e4150bb1 100644
--- a/build/patches/Modify-default-preferences.patch
+++ b/build/patches/Modify-default-preferences.patch
@@ -173,7 +173,7 @@ diff --git a/components/bookmarks/browser/bookmark_utils.cc b/components/bookmar
+ false,
user_prefs::PrefRegistrySyncable::SYNCABLE_PREF);
registry->RegisterBooleanPref(
- prefs::kShowManagedBookmarksInBookmarkBar,
+ prefs::kShowReadingListInBookmarkBar, true,
diff --git a/components/safe_browsing/core/common/safe_browsing_prefs.cc b/components/safe_browsing/core/common/safe_browsing_prefs.cc
--- a/components/safe_browsing/core/common/safe_browsing_prefs.cc
+++ b/components/safe_browsing/core/common/safe_browsing_prefs.cc
diff --git a/build/patches/Update-i18n-zh_CN-support.patch b/build/patches/Update-i18n-zh_CN-support.patch
index f62a9397..e018687e 100644
--- a/build/patches/Update-i18n-zh_CN-support.patch
+++ b/build/patches/Update-i18n-zh_CN-support.patch
@@ -12,7 +12,7 @@ Subject: Update i18n zh_CN support
diff --git a/chrome/app/resources/generated_resources_zh-CN.xtb b/chrome/app/resources/generated_resources_zh-CN.xtb
--- a/chrome/app/resources/generated_resources_zh-CN.xtb
+++ b/chrome/app/resources/generated_resources_zh-CN.xtb
-@@ -7315,4 +7315,6 @@
+@@ -7317,4 +7317,6 @@
正在建立安全连接...
您需要开启 Chrome 同步才能使用 Wi-Fi 同步功能。了解详情
检查(&N)
diff --git a/build/patches/first_run-deactivate-autoupdate-globally.patch b/build/patches/first_run-deactivate-autoupdate-globally.patch
index 29dd6e4a..90c2900d 100644
--- a/build/patches/first_run-deactivate-autoupdate-globally.patch
+++ b/build/patches/first_run-deactivate-autoupdate-globally.patch
@@ -9,17 +9,18 @@ sounds meh (wrong provider, after all).
Also, there is no tunable in chrome://settings (or similar) yet to
turn it back on.
---
- chrome/browser/extensions/extension_system_impl.cc | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
+ chrome/browser/extensions/extension_system_impl.cc | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/chrome/browser/extensions/extension_system_impl.cc b/chrome/browser/extensions/extension_system_impl.cc
--- a/chrome/browser/extensions/extension_system_impl.cc
+++ b/chrome/browser/extensions/extension_system_impl.cc
-@@ -206,8 +206,7 @@ void ExtensionSystemImpl::Shared::Init(bool extensions_enabled) {
- // ExtensionService depends on RuntimeData.
- runtime_data_.reset(new RuntimeData(ExtensionRegistry::Get(profile_)));
+@@ -208,9 +208,7 @@ void ExtensionSystemImpl::Shared::Init(bool extensions_enabled) {
+ // TODO(https://crbug.com/1125475): Enable Extensions for Ephemeral Guest
+ // profiles.
- bool autoupdate_enabled = !profile_->IsGuestSession() &&
+- !profile_->IsEphemeralGuestProfile() &&
- !profile_->IsSystemProfile();
+ bool autoupdate_enabled = false;
#if BUILDFLAG(IS_CHROMEOS_ASH)