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

Unified Diff: chrome/browser/ui/views/global_error_bubble_view.cc

Issue 2922263002: Fix style of profile error dialog. (Closed)
Patch Set: tapted's and pkasting's comments Created 3 years, 6 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
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_)
« no previous file with comments | « chrome/browser/ui/views/global_error_bubble_view.h ('k') | chrome/browser/ui/views/ime/ime_warning_bubble_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698