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

Unified Diff: chrome/browser/ui/global_error/global_error.h

Issue 2650923002: Fixes ungraceful handling of destroyed GlobalError GlobalErrorBubbleView. (Closed)
Patch Set: Use fake instead of mock button listener Created 3 years, 10 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/views/global_error_bubble_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/global_error/global_error.h
diff --git a/chrome/browser/ui/global_error/global_error.h b/chrome/browser/ui/global_error/global_error.h
index fbfee28d6a382e1170c338246c1f1f6ae8d2d2a7..21b779923017f5a4480a5ed2d64a65310cee3820 100644
--- a/chrome/browser/ui/global_error/global_error.h
+++ b/chrome/browser/ui/global_error/global_error.h
@@ -87,7 +87,7 @@ class GlobalErrorWithStandardBubble
virtual base::string16 GetBubbleViewCancelButtonLabel() = 0;
// Called when the bubble view is closed. |browser| is the Browser that the
// bubble view was shown on.
- void BubbleViewDidClose(Browser* browser);
+ virtual void BubbleViewDidClose(Browser* browser);
// Notifies subclasses that the bubble view is closed. |browser| is the
// Browser that the bubble view was shown on.
virtual void OnBubbleViewDidClose(Browser* browser) = 0;
« no previous file with comments | « no previous file | chrome/browser/ui/views/global_error_bubble_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698