| Index: chrome/browser/ui/cocoa/passwords/pending_password_view_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/passwords/pending_password_view_controller.h b/chrome/browser/ui/cocoa/passwords/pending_password_view_controller.h
|
| index a5c0cd8bd0cdfc3626057a01428fb3d2b8e3586e..02e98f4673038e7c4a6fa0cca967554524ad804e 100644
|
| --- a/chrome/browser/ui/cocoa/passwords/pending_password_view_controller.h
|
| +++ b/chrome/browser/ui/cocoa/passwords/pending_password_view_controller.h
|
| @@ -10,18 +10,14 @@
|
| #include "base/mac/scoped_nsobject.h"
|
| #import "chrome/browser/ui/cocoa/passwords/base_passwords_content_view_controller.h"
|
|
|
| -class ManagePasswordsBubbleModel;
|
| @class PasswordsListViewController;
|
|
|
| // Base class for the views that offer to save/update the user's password.
|
| @interface PendingPasswordViewController
|
| : ManagePasswordsBubbleContentViewController<NSTextViewDelegate> {
|
| @private
|
| - ManagePasswordsBubbleModel* model_; // weak
|
| base::scoped_nsobject<NSButton> closeButton_;
|
| }
|
| -- (id)initWithModel:(ManagePasswordsBubbleModel*)model
|
| - delegate:(id<ManagePasswordsBubbleContentViewDelegate>)delegate;
|
|
|
| // Creates a controller for showing username/password and returns its view.
|
| - (NSView*)createPasswordView;
|
|
|