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

Unified Diff: components/password_manager/core/browser/login_database.h

Issue 2132063002: Implement origin-based deletion for password manager's auto-signin bit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed PasswordStoreMac Created 4 years, 5 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/login_database.h
diff --git a/components/password_manager/core/browser/login_database.h b/components/password_manager/core/browser/login_database.h
index c992f3eb159e7c18882efab2cf68e33db957d121..bcf8442f02a8f610d7676bdbd9ff39fc371100a7 100644
--- a/components/password_manager/core/browser/login_database.h
+++ b/components/password_manager/core/browser/login_database.h
@@ -77,8 +77,8 @@ class LoginDatabase {
bool RemoveLoginsSyncedBetween(base::Time delete_begin,
base::Time delete_end);
- // Sets the 'skip_zero_click' flag to 'true' for all logins.
- bool DisableAutoSignInForAllLogins();
+ // Sets the 'skip_zero_click' flag on all forms on |origin| to 'true'.
+ bool DisableAutoSignInForOrigin(const GURL& origin);
// All Get* methods below overwrite |forms| with the returned credentials. On
// success, those methods return true.

Powered by Google App Engine
This is Rietveld 408576698