Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3741)

Unified Diff: chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controller.h

Issue 563093003: Fix Mac password bubble crash due to the "nope" menu hanging around. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698