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

Unified Diff: chrome/browser/ui/views/settings_reset_prompt_dialog.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
« no previous file with comments | « chrome/browser/ui/views/settings_reset_prompt_dialog.h ('k') | ui/base/models/dialog_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/settings_reset_prompt_dialog.cc
diff --git a/chrome/browser/ui/views/settings_reset_prompt_dialog.cc b/chrome/browser/ui/views/settings_reset_prompt_dialog.cc
index 7d26ccc35b2243dc4cbd02d8dc698657679fb115..b394fb4f92247641aef8819f9410b7d3729f7427 100644
--- a/chrome/browser/ui/views/settings_reset_prompt_dialog.cc
+++ b/chrome/browser/ui/views/settings_reset_prompt_dialog.cc
@@ -88,12 +88,6 @@ base::string16 SettingsResetPromptDialog::GetWindowTitle() const {
return controller_->GetWindowTitle();
}
-// DialogModel overrides.
-
-bool SettingsResetPromptDialog::ShouldDefaultButtonBeBlue() const {
- return true;
-}
-
// DialogDelegate overrides.
base::string16 SettingsResetPromptDialog::GetDialogButtonLabel(
« no previous file with comments | « chrome/browser/ui/views/settings_reset_prompt_dialog.h ('k') | ui/base/models/dialog_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698