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

Unified Diff: chrome/browser/password_manager/update_password_infobar_delegate_android.h

Issue 2298733003: Removing Nope button in Update password prompt according to mocks. (Closed)
Patch Set: Remove Cancel Created 4 years, 3 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/password_manager/update_password_infobar_delegate_android.h
diff --git a/chrome/browser/password_manager/update_password_infobar_delegate_android.h b/chrome/browser/password_manager/update_password_infobar_delegate_android.h
index 94440327d001bb25f6f9475140452e7c9a938f0a..7bdf489e4419563ff262cb2bf5e643529a6d2536 100644
--- a/chrome/browser/password_manager/update_password_infobar_delegate_android.h
+++ b/chrome/browser/password_manager/update_password_infobar_delegate_android.h
@@ -59,9 +59,9 @@ class UpdatePasswordInfoBarDelegate : public PasswordManagerInfoBarDelegate {
// ConfirmInfoBarDelegate:
infobars::InfoBarDelegate::InfoBarIdentifier GetIdentifier() const override;
+ int GetButtons() const override;
base::string16 GetButtonLabel(InfoBarButton button) const override;
bool Accept() override;
- bool Cancel() override;
ManagePasswordsState passwords_state_;
base::string16 branding_;

Powered by Google App Engine
This is Rietveld 408576698