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

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

Issue 1637043002: Don't try to use ManagePasswordsBubbleModel if the password bubble was closed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/base_passwords_controller_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698