| 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 250dd89839c5d4cf474619c7bc5aee4cb90cfc45..eae9867f0b339a4d04ba13ac7fee4dcab76d6ad2 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
|
| @@ -15,6 +15,7 @@
|
|
|
| class ManagePasswordsIconController;
|
| class ManagePasswordsUIController;
|
| +class Profile;
|
|
|
| namespace content {
|
| class WebContents;
|
| @@ -106,6 +107,8 @@ class ManagePasswordsBubbleModel : public content::WebContentsObserver {
|
| return save_confirmation_link_range_;
|
| }
|
|
|
| + Profile* GetProfile() const;
|
| +
|
| #if defined(UNIT_TEST)
|
| // Gets and sets the reason the bubble was displayed.
|
| password_manager::metrics_util::UIDisplayDisposition display_disposition()
|
|
|