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

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

Issue 2617543002: Create Desktop to iOS Promotion skeleton. (Closed)
Patch Set: Created 3 years, 11 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_bubble_model.h
diff --git a/chrome/browser/ui/passwords/manage_passwords_bubble_model.h b/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
index 33f0886a853a5dc6c918aeab7b837de8e5a413f9..ae4a9b8b9de6abf2b3957e6f9478dd9efe1d2e7c 100644
--- a/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
+++ b/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
@@ -111,9 +111,9 @@ class ManagePasswordsBubbleModel {
bool ShouldShowMultipleAccountUpdateUI() const;
// Returns true and updates the internal state iff the Save bubble should
- // switch to the Chrome Sign In promo after the password was saved. Otherwise,
+ // switch to show a promotion after the password was saved. Otherwise,
// returns false and leaves the current state.
- bool ReplaceToShowSignInPromoIfNeeded();
+ bool ReplaceToShowPromotionIfNeeded();
void SetClockForTesting(std::unique_ptr<base::Clock> clock);

Powered by Google App Engine
This is Rietveld 408576698