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

Unified Diff: chrome/browser/sync/sync_setup_wizard.cc

Issue 6353013: Bring the first passphrase screen UI up to date with equivalent changes made ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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
« no previous file with comments | « chrome/browser/sync/resources/firstpassphrase.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/sync_setup_wizard.cc
===================================================================
--- chrome/browser/sync/sync_setup_wizard.cc (revision 72248)
+++ chrome/browser/sync/sync_setup_wizard.cc (working copy)
@@ -204,6 +204,11 @@
AddString(dict, "confirmLabel", IDS_SYNC_CONFIRM_PASSPHRASE_LABEL);
AddString(dict, "emptyErrorMessage", IDS_SYNC_EMPTY_PASSPHRASE_ERROR);
AddString(dict, "mismatchErrorMessage", IDS_SYNC_PASSPHRASE_MISMATCH_ERROR);
+
+ AddString(dict, "learnmore", IDS_LEARN_MORE);
+ dict->SetString("encryptionhelpurl",
+ GetLocalizedUrl(kEncryptionHelpUrl));
+
AddString(dict, "ok", IDS_OK);
AddString(dict, "cancel", IDS_CANCEL);
} else if (path_raw == kSyncSettingUpPath) {
« no previous file with comments | « chrome/browser/sync/resources/firstpassphrase.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698