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

Unified Diff: ui/base/models/dialog_model.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
« no previous file with comments | « chrome/browser/ui/views/settings_reset_prompt_dialog.cc ('k') | ui/views/controls/button/md_text_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/models/dialog_model.h
diff --git a/ui/base/models/dialog_model.h b/ui/base/models/dialog_model.h
index 5607a1675b097b24adaaff026a2891865948d5d0..d42d520cca47d9cc200b8c739699e73735fd3922 100644
--- a/ui/base/models/dialog_model.h
+++ b/ui/base/models/dialog_model.h
@@ -30,10 +30,6 @@ class UI_BASE_EXPORT DialogModel {
// present, ui::DIALOG_BUTTON_NONE otherwise.
virtual int GetDefaultDialogButton() const = 0;
- // Returns whether the default dialog button should be colored blue as a call
- // to action.
- virtual bool ShouldDefaultButtonBeBlue() const = 0;
-
// Returns the label of the specified dialog button.
virtual base::string16 GetDialogButtonLabel(DialogButton button) const = 0;
« no previous file with comments | « chrome/browser/ui/views/settings_reset_prompt_dialog.cc ('k') | ui/views/controls/button/md_text_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698