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

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

Issue 1747003003: [Smart Lock, UI] Use correct string for the auto sign-in first run. (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 | chrome/browser/ui/passwords/manage_passwords_view_utils.h » ('j') | 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 79f0bcd625ff8fa60ad7ef827eca996200232451..56f0cb26855f800bf8edd35fec9992ba8422a48d 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
@@ -51,7 +51,7 @@ void AutoSigninFirstRunDialogAndroid::ShowDialog() {
gfx::NativeWindow native_window = web_contents_->GetTopLevelNativeWindow();
base::android::ScopedJavaGlobalRef<jobject> java_dialog_global;
base::string16 message = l10n_util::GetStringUTF16(
- IsSyncingSettings(profile)
+ IsSyncingAutosignSetting(profile)
? IDS_AUTO_SIGNIN_FIRST_RUN_TITLE_MANY_DEVICES
: IDS_AUTO_SIGNIN_FIRST_RUN_TITLE_LOCAL_DEVICE);
base::string16 ok_button_text =
« no previous file with comments | « no previous file | chrome/browser/ui/passwords/manage_passwords_view_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698