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

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

Issue 1159143002: Add a basic functionality to the force-saving menu item. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added stub methods. Created 5 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: 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 0309454f0909aed10ed50891123618e9e56bbe1b..5213a5d9199bdd6fca131a6889362e610334eec0 100644
--- a/components/password_manager/core/browser/password_manager_client.h
+++ b/components/password_manager/core/browser/password_manager_client.h
@@ -94,6 +94,10 @@ class PasswordManagerClient {
const GURL& origin,
base::Callback<void(const CredentialInfo&)> callback) = 0;
+ // Informs the embedder that the user has manually requested to save the
+ // password in the focused password field.
+ virtual void ForceSavePassword() = 0;
vabr (Chromium) 2015/06/01 07:17:21 Actually, since this is experimental only, it is n
+
// Informs the embedder that automatic signing in just happened. The form
// returned to the site is |local_forms[0]|. |local_forms| and
// |federated_forms| contain all the local and federated credentials for the

Powered by Google App Engine
This is Rietveld 408576698