| Index: chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller.h
|
| diff --git a/chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller.h b/chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller.h
|
| index e7e7118550e3507137109768950d7c3184172a15..116c844894bf2385f8bb3f7efcc437e7435f1e45 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller.h
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller.h
|
| @@ -10,6 +10,8 @@
|
| #include "content/public/browser/web_contents_observer.h"
|
| #include "content/public/browser/web_contents_user_data.h"
|
|
|
| +class Profile;
|
| +
|
| namespace content {
|
| class WebContents;
|
| }
|
| @@ -92,6 +94,10 @@ class ManagePasswordsBubbleUIController
|
| autofill_blocked_ = autofill_blocked;
|
| }
|
|
|
| + Profile* profile() const;
|
| +
|
| + void NavigateToPasswordManagerSettingsPage() const;
|
| +
|
| private:
|
| friend class content::WebContentsUserData<ManagePasswordsBubbleUIController>;
|
|
|
|
|