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

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

Issue 1968443002: Kill the autofill password manager in case 'store()' was called. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 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 0b790fa94750a337254ba7302245bfe8a0281b29..abb2c7dd1147912c00a74f2537566dedc0520337 100644
--- a/components/password_manager/core/browser/stub_password_manager_client.h
+++ b/components/password_manager/core/browser/stub_password_manager_client.h
@@ -35,6 +35,7 @@ class StubPasswordManagerClient : public PasswordManagerClient {
std::unique_ptr<autofill::PasswordForm>) override;
void NotifySuccessfulLoginWithExistingPassword(
const autofill::PasswordForm& form) override;
+ void NotifyStorePasswordCalled() override;
void AutomaticPasswordSave(
std::unique_ptr<PasswordFormManager> saved_manager) override;
PrefService* GetPrefs() override;

Powered by Google App Engine
This is Rietveld 408576698