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

Unified Diff: components/password_manager/core/browser/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: components/password_manager/core/browser/password_manager_client.h
diff --git a/components/password_manager/core/browser/password_manager_client.h b/components/password_manager/core/browser/password_manager_client.h
index 449d621a9eecab61191851b5095e0952a1ce3cb6..0fb1dc06143530aac6eeeffd7ec2006f972079cf 100644
--- a/components/password_manager/core/browser/password_manager_client.h
+++ b/components/password_manager/core/browser/password_manager_client.h
@@ -112,7 +112,7 @@ class PasswordManagerClient {
// Inform the embedder that automatic signin would have happened if the user
// had been through the first-run experience to ensure their opt-in. |form|
// contains the PasswordForm that would have been delivered.
- virtual void NotifyUserAutoSigninBlockedOnFirstRun(
+ virtual void NotifyUserCouldBeAutoSignedIn(
scoped_ptr<autofill::PasswordForm> form) = 0;
// Inform the embedder that the user signed in with a saved credential.

Powered by Google App Engine
This is Rietveld 408576698