Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2136)

Unified Diff: chrome/browser/ui/webui/options/sync_setup_handler.cc

Issue 1868273002: Enhanced Sync Confirmation modal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Dan's comments + rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/options/sync_setup_handler.cc
diff --git a/chrome/browser/ui/webui/options/sync_setup_handler.cc b/chrome/browser/ui/webui/options/sync_setup_handler.cc
index 32fa4578add0b5d89b136431046c3021e658e0ad..116af9641cba2897205d27f7abeb0720dc9d9718 100644
--- a/chrome/browser/ui/webui/options/sync_setup_handler.cc
+++ b/chrome/browser/ui/webui/options/sync_setup_handler.cc
@@ -201,6 +201,14 @@ void SyncSetupHandler::GetStaticLocalizedValues(
"encryptionSectionMessage",
GetStringFUTF16(IDS_SYNC_ENCRYPTION_SECTION_MESSAGE, product_name));
localized_strings->SetString(
+ "personalizeGoogleServicesTitle",
+ GetStringUTF16(IDS_SYNC_CONFIRMATION_PERSONALIZE_SERVICES_TITLE));
+ localized_strings->SetString(
+ "personalizeGoogleServicesMessage",
+ GetStringFUTF16(
+ IDS_SYNC_PERSONALIZE_GOOGLE_SERVICES_MESSAGE,
+ base::ASCIIToUTF16(chrome::kGoogleAccountActivityControlsURL)));
+ localized_strings->SetString(
"passphraseRecover",
GetStringFUTF16(
IDS_SYNC_PASSPHRASE_RECOVER,

Powered by Google App Engine
This is Rietveld 408576698