Chromium Code Reviews| Index: chrome/browser/ui/views/global_error_bubble_view.h |
| diff --git a/chrome/browser/ui/views/global_error_bubble_view.h b/chrome/browser/ui/views/global_error_bubble_view.h |
| index 33ab6ce2c0ca22f39542f8281d831cfadf971b55..d44786ade88326e9f2a78b3d162a5ce7daab5332 100644 |
| --- a/chrome/browser/ui/views/global_error_bubble_view.h |
| +++ b/chrome/browser/ui/views/global_error_bubble_view.h |
| @@ -30,6 +30,9 @@ class GlobalErrorBubbleView : public views::ButtonListener, |
| // views::WidgetDelegate implementation. |
| void WindowClosing() override; |
|
msw
2015/02/20 20:03:44
Ping! The order here (and in the code file) should
xiaoling
2015/02/20 20:23:18
Done.
|
| + base::string16 GetWindowTitle() const override; |
| + bool ShouldShowWindowIcon() const override; |
| + gfx::ImageSkia GetWindowIcon() override; |
| // views::BubbleDelegateView implementation. |
| bool ShouldShowCloseButton() const override; |