Chromium Code Reviews| 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, |