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

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

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_content_view_controller.mm
diff --git a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controller.mm b/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controller.mm
index 0cd6c18e64af37be7bcb78f02e4c937c0924f3ff..6ef68a7f1e91a8b8d48cf712dc8830edf7251030 100644
--- a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controller.mm
+++ b/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controller.mm
@@ -43,4 +43,7 @@
return label;
}
+- (void)bubbleWillDisappear {
+}
+
@end

Powered by Google App Engine
This is Rietveld 408576698