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 |