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

Unified Diff: ios/chrome/browser/passwords/ios_chrome_password_manager_client.h

Issue 1735013004: CREDENTIAL: Only toggle 'skip_zero_click' state if API is used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ugh. Created 4 years, 10 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: ios/chrome/browser/passwords/ios_chrome_password_manager_client.h
diff --git a/ios/chrome/browser/passwords/ios_chrome_password_manager_client.h b/ios/chrome/browser/passwords/ios_chrome_password_manager_client.h
index 7912ba7dcfc2ae4c2c04ad2fdb5ca7d60e4e79e0..4303c92cf88c144df9845a8b680761362e2ac10f 100644
--- a/ios/chrome/browser/passwords/ios_chrome_password_manager_client.h
+++ b/ios/chrome/browser/passwords/ios_chrome_password_manager_client.h
@@ -58,7 +58,7 @@ class IOSChromePasswordManagerClient
password_manager::PasswordStore* GetPasswordStore() const override;
void NotifyUserAutoSignin(
ScopedVector<autofill::PasswordForm> local_forms) override;
- void NotifyUserAutoSigninBlockedOnFirstRun(
+ void NotifyUserCouldBeAutoSignedIn(
scoped_ptr<autofill::PasswordForm> form) override;
void NotifySuccessfulLoginWithExistingPassword(
const autofill::PasswordForm& form) override;

Powered by Google App Engine
This is Rietveld 408576698