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

Unified Diff: chrome/browser/ui/views/settings_reset_prompt_dialog.h

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/settings_reset_prompt_dialog.h
diff --git a/chrome/browser/ui/views/settings_reset_prompt_dialog.h b/chrome/browser/ui/views/settings_reset_prompt_dialog.h
index c668bcfe3acd34694d7ec3927700abe2f0014e71..033555c6fc87eb790496a15d9d2330054353d9c0 100644
--- a/chrome/browser/ui/views/settings_reset_prompt_dialog.h
+++ b/chrome/browser/ui/views/settings_reset_prompt_dialog.h
@@ -39,9 +39,6 @@ class SettingsResetPromptDialog : public views::DialogDelegateView {
bool ShouldShowWindowIcon() const override;
base::string16 GetWindowTitle() const override;
- // ui::DialogModel overrides.
- bool ShouldDefaultButtonBeBlue() const override;
-
// views::DialogDelegate overrides.
base::string16 GetDialogButtonLabel(ui::DialogButton button) const override;
bool Accept() override;

Powered by Google App Engine
This is Rietveld 408576698