| Index: chrome/browser/ui/cocoa/passwords/base_passwords_content_view_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/passwords/base_passwords_content_view_controller.h b/chrome/browser/ui/cocoa/passwords/base_passwords_content_view_controller.h
|
| index e373587aef494ec1e3a55a449ce4396592edaa88..839d7c438a918959216dec0ac73f38fe479d9140 100644
|
| --- a/chrome/browser/ui/cocoa/passwords/base_passwords_content_view_controller.h
|
| +++ b/chrome/browser/ui/cocoa/passwords/base_passwords_content_view_controller.h
|
| @@ -7,12 +7,17 @@
|
|
|
| #import <Cocoa/Cocoa.h>
|
|
|
| +class ManagePasswordsBubbleModel;
|
| +
|
| // Handles user interaction with the content view.
|
| @protocol ManagePasswordsBubbleContentViewDelegate<NSObject>
|
|
|
| // The user performed an action that should dismiss the bubble.
|
| - (void)viewShouldDismiss;
|
|
|
| +// Returns the model object.
|
| +@property(nonatomic, readonly) ManagePasswordsBubbleModel* model;
|
| +
|
| @end
|
|
|
| // Base class for a state of the password management bubble.
|
|
|