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

Unified Diff: chrome/browser/ui/webui/signin/profile_signin_confirmation_ui.cc

Issue 14846020: Add Views implementation of ProfileSigninConfirmationDialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more nits Created 7 years, 7 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/ui/webui/signin/profile_signin_confirmation_dialog.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/signin/profile_signin_confirmation_ui.cc
diff --git a/chrome/browser/ui/webui/signin/profile_signin_confirmation_ui.cc b/chrome/browser/ui/webui/signin/profile_signin_confirmation_ui.cc
index 36f16a313bd1b4ed4fcfb07bfc8e9cafd206f9ab..51ed4ba35bb016edb42d42ec1d525e1d161170ba 100644
--- a/chrome/browser/ui/webui/signin/profile_signin_confirmation_ui.cc
+++ b/chrome/browser/ui/webui/signin/profile_signin_confirmation_ui.cc
@@ -24,26 +24,26 @@ ProfileSigninConfirmationUI::ProfileSigninConfirmationUI(content::WebUI* web_ui)
html_source->AddLocalizedString(
"createProfileButtonText",
- IDS_ENTERPRISE_SIGNIN_CREATE_NEW_PROFILE_YES);
+ IDS_ENTERPRISE_SIGNIN_CREATE_NEW_PROFILE);
html_source->AddLocalizedString(
"continueButtonText",
- IDS_ENTERPRISE_SIGNIN_CREATE_NEW_PROFILE_NO);
+ IDS_ENTERPRISE_SIGNIN_CONTINUE);
html_source->AddLocalizedString("okButtonText", IDS_OK);
html_source->AddLocalizedString(
"cancelButtonText",
- IDS_ENTERPRISE_SIGNIN_CREATE_NEW_PROFILE_CANCEL);
+ IDS_ENTERPRISE_SIGNIN_CANCEL);
html_source->AddLocalizedString(
"learnMoreText",
IDS_ENTERPRISE_SIGNIN_PROFILE_LINK_LEARN_MORE);
html_source->AddLocalizedString(
"dialogTitle",
- IDS_ENTERPRISE_SIGNIN_PROFILE_LINK_DIALOG_TITLE);
+ IDS_ENTERPRISE_SIGNIN_TITLE);
html_source->AddLocalizedString(
"dialogMessage",
- IDS_ENTERPRISE_SIGNIN_PROFILE_LINK_MESSAGE);
+ IDS_ENTERPRISE_SIGNIN_EXPLANATION);
html_source->AddLocalizedString(
"dialogPrompt",
- IDS_ENTERPRISE_SIGNIN_CREATE_NEW_PROFILE_PROMPT);
+ IDS_ENTERPRISE_SIGNIN_CREATE_NEW_PROFILE_MESSAGE);
html_source->SetJsonPath("strings.js");
« no previous file with comments | « chrome/browser/ui/webui/signin/profile_signin_confirmation_dialog.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698