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

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

Issue 1645503002: Remove dangling ManagePasswordsBubbleModel pointers. Test that different password bubbles don't pin… (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
Index: chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.h
diff --git a/chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.h b/chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.h
index 730aa4f61b451fc9d3fdf99e12eb19f7e94979e9..e07d78c7f11ac22a16d22745c4e11468fbf98fec 100644
--- a/chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.h
+++ b/chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.h
@@ -17,11 +17,10 @@
// views according to user interaction and updates the password management state
// accordingly.
@interface ManagePasswordsBubbleController
- : BaseBubbleController<ManagePasswordsBubbleContentViewDelegate> {
+ : BaseBubbleController<BasePasswordsContentViewDelegate> {
@private
ManagePasswordsBubbleModel* model_;
- base::scoped_nsobject<ManagePasswordsBubbleContentViewController>
- currentController_;
+ base::scoped_nsobject<BasePasswordsContentViewController> currentController_;
}
- (id)initWithParentWindow:(NSWindow*)parentWindow
model:(ManagePasswordsBubbleModel*)model;

Powered by Google App Engine
This is Rietveld 408576698