| Index: chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controller.h b/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controller.h
|
| index 96342572c7af91c0fa80523747ffc2f1fed70b5f..b5adb70022ea49ec64ae3fe59bb598485e2fd744 100644
|
| --- a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controller.h
|
| +++ b/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controller.h
|
| @@ -32,6 +32,7 @@ const CGFloat kUnrelatedControlVerticalPadding = 20;
|
| - (NSButton*)addButton:(NSString*)title target:(id)target action:(SEL)action;
|
| - (NSTextField*)addTitleLabel:(NSString*)title;
|
| - (NSTextField*)addLabel:(NSString*)title;
|
| +- (void)bubbleWillDisappear;
|
| @end
|
|
|
| #endif // CHROME_BROWSER_UI_COCOA_PASSWORDS_MANAGE_PASSWORDS_BUBBLE_CONTENT_VIEW_CONTROLLER_H_
|
|
|