| 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;
|
|
|
|
|