From 1682820745c024b75643d03efdeb295a2b46e94e Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Sun, 5 Jun 2022 16:52:13 +0300 Subject: [PATCH 4/5] Hide sync with Google Syncing with Google does not work noawadays because Google decided to block it work other API keys than the ons used in Google Chrome. Click "Turn on sync" does not turn it on. Hiding: * button in chrome://settings * button when clicking on the user avatar on the right from the address bar * button on the welcome page which is not shown by default in ROSA (?) As code is just being commented out in chrome://settings, advanced users probably can uncomemnt it in developer tools without recompiling Chromium if they want to use their own API keys. --- .../settings/people_page/sync_account_control.html | 2 ++ chrome/browser/resources/welcome/signin_view.html | 2 ++ chrome/browser/ui/views/profiles/profile_menu_view.cc | 9 ++++----- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/chrome/browser/resources/settings/people_page/sync_account_control.html b/chrome/browser/resources/settings/people_page/sync_account_control.html index 3e54b15..ff41b31 100644 --- a/chrome/browser/resources/settings/people_page/sync_account_control.html +++ b/chrome/browser/resources/settings/people_page/sync_account_control.html @@ -117,6 +117,7 @@ +