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

Unified Diff: chrome/browser/ui/passwords/password_dialog_controller_impl.h

Issue 1992633003: Add "Sign In" button to the account chooser on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/passwords/password_dialog_controller_impl.h
diff --git a/chrome/browser/ui/passwords/password_dialog_controller_impl.h b/chrome/browser/ui/passwords/password_dialog_controller_impl.h
index b1923e286e589b8ca6a1fcb1611635d632b09140..e05ca89fee236079179581614431eb1c70b0f2d0 100644
--- a/chrome/browser/ui/passwords/password_dialog_controller_impl.h
+++ b/chrome/browser/ui/passwords/password_dialog_controller_impl.h
@@ -37,12 +37,14 @@ class PasswordDialogControllerImpl : public PasswordDialogController {
const FormsVector& GetLocalForms() const override;
const FormsVector& GetFederationsForms() const override;
std::pair<base::string16, gfx::Range> GetAccoutChooserTitle() const override;
+ bool ShouldShowSignInButton() const override;
base::string16 GetAutoSigninPromoTitle() const override;
std::pair<base::string16, gfx::Range> GetAutoSigninText() const override;
void OnSmartLockLinkClicked() override;
void OnChooseCredentials(
const autofill::PasswordForm& password_form,
password_manager::CredentialType credential_type) override;
+ void OnSignInClicked() override;
void OnAutoSigninOK() override;
void OnAutoSigninTurnOff() override;
void OnCloseDialog() override;

Powered by Google App Engine
This is Rietveld 408576698