| 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 db08a6d1b6cbe5f5e8bf09877efa0f187b95e062..4071e90952e81a09ba782e920274680d72d907a4 100644
|
| --- a/chrome/browser/ui/views/global_error_bubble_view.h
|
| +++ b/chrome/browser/ui/views/global_error_bubble_view.h
|
| @@ -36,7 +36,6 @@ class GlobalErrorBubbleView : public views::BubbleDialogDelegateView,
|
| void Init() override;
|
| bool ShouldShowCloseButton() const override;
|
| void UpdateButton(views::LabelButton* button, ui::DialogButton type) override;
|
| - bool ShouldDefaultButtonBeBlue() const override;
|
| base::string16 GetDialogButtonLabel(ui::DialogButton button) const override;
|
| int GetDialogButtons() const override;
|
| bool Cancel() override;
|
|
|