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

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

Issue 1138523005: [Smart Lock] Update password generation prompt to conditionally use new branding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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
Index: chrome/browser/ui/passwords/password_bubble_experiment.h
diff --git a/chrome/browser/ui/passwords/password_bubble_experiment.h b/chrome/browser/ui/passwords/password_bubble_experiment.h
index cf38e8237e9428a5f820edede0ffdbe5e66947ea..f20ac7f5e32c97e80c366aeb53f1f56105b92e25 100644
--- a/chrome/browser/ui/passwords/password_bubble_experiment.h
+++ b/chrome/browser/ui/passwords/password_bubble_experiment.h
@@ -18,9 +18,9 @@ void RecordBubbleClosed(
PrefService* prefs,
password_manager::metrics_util::UIDismissalReason reason);
-// Returns true if the Save bubble should mention Smart Lock instead of Chrome.
+// Returns true if the password manager should be referred to as Smart Lock.
// This is only true for signed-in users.
-bool IsEnabledSmartLockBranding(Profile* profile);
+bool IsSmartLockBrandingEnabled(Profile* profile);
} // namespace password_bubble_experiment

Powered by Google App Engine
This is Rietveld 408576698