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

Unified Diff: chrome/browser/ui/passwords/manage_passwords_view_utils.h

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
Index: chrome/browser/ui/passwords/manage_passwords_view_utils.h
diff --git a/chrome/browser/ui/passwords/manage_passwords_view_utils.h b/chrome/browser/ui/passwords/manage_passwords_view_utils.h
index 7326c2d19357ec82b069978e4af3b0febf41d4aa..3067369aab345ee769fa7dacc8e63ca2fe2c7151 100644
--- a/chrome/browser/ui/passwords/manage_passwords_view_utils.h
+++ b/chrome/browser/ui/passwords/manage_passwords_view_utils.h
@@ -92,7 +92,8 @@ void GetBrandedTextAndLinkRange(
// Returns an username in the form that should be shown in the bubble.
base::string16 GetDisplayUsername(const autofill::PasswordForm& form);
-// Check if |profile| syncing settings. The view appearance might depend on it.
-bool IsSyncingSettings(Profile* profile);
+// Check if |profile| syncing the Auto sign-in settings (by checking that user
+// syncs the PRIORITY_PREFERENCE). The view appearance might depend on it.
+bool IsSyncingAutosignSetting(Profile* profile);
#endif // CHROME_BROWSER_UI_PASSWORDS_MANAGE_PASSWORDS_VIEW_UTILS_H_

Powered by Google App Engine
This is Rietveld 408576698