| Index: chrome/browser/ui/views/autofill/card_unmask_prompt_views.cc
|
| diff --git a/chrome/browser/ui/views/autofill/card_unmask_prompt_views.cc b/chrome/browser/ui/views/autofill/card_unmask_prompt_views.cc
|
| index ede410f080b296c745746f212ae83651c70f4b6b..89f0e5a63309c20cebffbbda005758f652ef6120 100644
|
| --- a/chrome/browser/ui/views/autofill/card_unmask_prompt_views.cc
|
| +++ b/chrome/browser/ui/views/autofill/card_unmask_prompt_views.cc
|
| @@ -301,10 +301,6 @@ base::string16 CardUnmaskPromptViews::GetDialogButtonLabel(
|
| return DialogDelegateView::GetDialogButtonLabel(button);
|
| }
|
|
|
| -bool CardUnmaskPromptViews::ShouldDefaultButtonBeBlue() const {
|
| - return true;
|
| -}
|
| -
|
| bool CardUnmaskPromptViews::IsDialogButtonEnabled(
|
| ui::DialogButton button) const {
|
| if (button == ui::DIALOG_BUTTON_CANCEL)
|
|
|