| 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 70251749e8276b986c46dba84936763068c355fa..26cb91f052db37d4a10ea8e2cfe34e60d1666a22 100644
|
| --- a/chrome/browser/ui/cocoa/passwords/pending_password_view_controller.h
|
| +++ b/chrome/browser/ui/cocoa/passwords/pending_password_view_controller.h
|
| @@ -22,6 +22,9 @@
|
| // Creates a controller for showing username/password and returns its view.
|
| - (NSView*)createPasswordView;
|
|
|
| +// Returns whether GoogleSmartLock warm welcome should be shown.
|
| +- (BOOL)shouldShowGoogleSmartLockWelcome;
|
| +
|
| // Creates buttons that should be shown in the bubble and returns them.
|
| - (NSArray*)createButtonsAndAddThemToView:(NSView*)view;
|
|
|
|
|