| 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;
|
|
|