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

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

Issue 1260263002: Move ShouldFilterAutofillResult from ChromePasswordManagerClient to PasswordManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac fix Created 5 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/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 80d3bd3dcade9dd9210d101884894df13e9f2a6d..cf776e5bc446710c9824d7b7a258c81ffa593912 100644
--- a/components/password_manager/core/browser/stub_password_manager_client.h
+++ b/components/password_manager/core/browser/stub_password_manager_client.h
@@ -21,7 +21,6 @@ class StubPasswordManagerClient : public PasswordManagerClient {
std::string GetSyncUsername() const override;
bool IsSyncAccountCredential(const std::string& username,
const std::string& realm) const override;
- bool ShouldFilterAutofillResult(const autofill::PasswordForm& form) override;
bool PromptUserToSavePassword(
scoped_ptr<PasswordFormManager> form_to_save,
password_manager::CredentialSourceType type) override;
@@ -37,6 +36,8 @@ class StubPasswordManagerClient : public PasswordManagerClient {
scoped_ptr<PasswordFormManager> saved_manager) override;
PrefService* GetPrefs() override;
PasswordStore* GetPasswordStore() const override;
+ const GURL& GetLastCommittedEntryURL() const override;
+ scoped_ptr<StoreResultFilter> CreateStoreResultFilter() const override;
private:
DISALLOW_COPY_AND_ASSIGN(StubPasswordManagerClient);

Powered by Google App Engine
This is Rietveld 408576698