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

Unified Diff: components/password_manager/core/browser/stub_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/stub_password_manager_client.h
diff --git a/components/password_manager/core/browser/stub_password_manager_client.h b/components/password_manager/core/browser/stub_password_manager_client.h
index 4fd82d742117b0dd15011221599ecbb9c935ee44..482e5cfb9794a25a66165ba5af4fd1cb0b8f2b3b 100644
--- a/components/password_manager/core/browser/stub_password_manager_client.h
+++ b/components/password_manager/core/browser/stub_password_manager_client.h
@@ -31,6 +31,7 @@ class StubPasswordManagerClient : public PasswordManagerClient {
const GURL& origin,
base::Callback<void(const password_manager::CredentialInfo&)> callback)
override;
+ void ForceSavePassword() override;
void NotifyUserAutoSignin(
ScopedVector<autofill::PasswordForm> local_forms) override;
void AutomaticPasswordSave(

Powered by Google App Engine
This is Rietveld 408576698