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

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

Issue 2694893002: Integrate SMS service with Desktop iOS promotion (Closed)
Patch Set: Comments Created 3 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_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 ae4a9b8b9de6abf2b3957e6f9478dd9efe1d2e7c..aa5c331614ccc7fde420dc9e50901656e5b4e006 100644
--- a/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
+++ b/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
@@ -21,6 +21,7 @@ namespace content {
class WebContents;
}
+class DesktopIOSPromotion;
class PasswordsModelDelegate;
class Profile;
@@ -117,6 +118,8 @@ class ManagePasswordsBubbleModel {
void SetClockForTesting(std::unique_ptr<base::Clock> clock);
+ DesktopIOSPromotion* CreateDesktopIOSPromotion();
vasilii 2017/02/17 12:59:14 The model should create DesktopIOSPromotionControl
mrefaat 2017/02/17 14:13:49 Done.
+
private:
enum UserBehaviorOnUpdateBubble {
UPDATE_CLICKED,

Powered by Google App Engine
This is Rietveld 408576698