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

Unified Diff: chrome/browser/password_manager/auto_signin_first_run_dialog_android.cc

Issue 1750033003: [Smart Lock, UI] Auto sign-in first run dialog should use new strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2661
Patch Set: Created 4 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/password_manager/auto_signin_first_run_dialog_android.cc
diff --git a/chrome/browser/password_manager/auto_signin_first_run_dialog_android.cc b/chrome/browser/password_manager/auto_signin_first_run_dialog_android.cc
index 36edf010bb3921fab3953a040ef07035ebbbea42..79f0bcd625ff8fa60ad7ef827eca996200232451 100644
--- a/chrome/browser/password_manager/auto_signin_first_run_dialog_android.cc
+++ b/chrome/browser/password_manager/auto_signin_first_run_dialog_android.cc
@@ -45,8 +45,8 @@ void AutoSigninFirstRunDialogAndroid::ShowDialog() {
gfx::Range explanation_link_range = gfx::Range();
GetBrandedTextAndLinkRange(
is_smartlock_branding_enabled,
- IDS_MANAGE_PASSWORDS_AUTO_SIGNIN_SMART_LOCK_WELCOME,
- IDS_MANAGE_PASSWORDS_AUTO_SIGNIN_DEFAULT_WELCOME, &explanation,
+ IDS_AUTO_SIGNIN_FIRST_RUN_SMART_LOCK_TEXT,
+ IDS_AUTO_SIGNIN_FIRST_RUN_TEXT, &explanation,
&explanation_link_range);
gfx::NativeWindow native_window = web_contents_->GetTopLevelNativeWindow();
base::android::ScopedJavaGlobalRef<jobject> java_dialog_global;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698