| Index: chrome/browser/ui/views/global_error_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/global_error_bubble_view.cc b/chrome/browser/ui/views/global_error_bubble_view.cc
|
| index 46f7934d8cbd217e4d3cc7c855d2b0e6a57c871c..6b63fad6868b242108b158689d9fcd59c0250467 100644
|
| --- a/chrome/browser/ui/views/global_error_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/global_error_bubble_view.cc
|
| @@ -157,10 +157,6 @@ bool GlobalErrorBubbleView::ShouldShowCloseButton() const {
|
| return error_ && error_->ShouldShowCloseButton();
|
| }
|
|
|
| -bool GlobalErrorBubbleView::ShouldDefaultButtonBeBlue() const {
|
| - return true;
|
| -}
|
| -
|
| base::string16 GlobalErrorBubbleView::GetDialogButtonLabel(
|
| ui::DialogButton button) const {
|
| if (!error_)
|
|
|