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

Unified Diff: chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_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
Index: chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.h
diff --git a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.h b/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.h
index 8ad14db9ba7971f1c00973281bc12f1a4aa10955..b4c5f0525142e620e513ccefba816113e3efd247 100644
--- a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.h
+++ b/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.h
@@ -23,7 +23,8 @@
ManagePasswordsBubblePendingViewDelegate> {
@private
ManagePasswordsBubbleModel* model_;
- base::scoped_nsobject<NSViewController> currentController_;
+ base::scoped_nsobject<ManagePasswordsBubbleContentViewController>
+ currentController_;
}
- (id)initWithParentWindow:(NSWindow*)parentWindow
model:(ManagePasswordsBubbleModel*)model;

Powered by Google App Engine
This is Rietveld 408576698