| 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..474311c917c438187ed0f602d45cae3736263464 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* GetDesktopIOSPromotion();
|
| +
|
| private:
|
| enum UserBehaviorOnUpdateBubble {
|
| UPDATE_CLICKED,
|
|
|