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

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

Issue 796063005: Don't override private PasswordStore::WrapModificationTask without a reason. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/test_password_store.h
diff --git a/components/password_manager/core/browser/test_password_store.h b/components/password_manager/core/browser/test_password_store.h
index a58208ed12b974284bf655fe7d10f6a03debde02..2a8bdaa490f60a8cade5a05fb1b2ddb33915ea1c 100644
--- a/components/password_manager/core/browser/test_password_store.h
+++ b/components/password_manager/core/browser/test_password_store.h
@@ -50,7 +50,6 @@ class TestPasswordStore : public PasswordStore {
void GetLoginsImpl(const autofill::PasswordForm& form,
PasswordStore::AuthorizationPromptPolicy prompt_policy,
const ConsumerCallbackRunner& runner) override;
- void WrapModificationTask(ModificationTask task) override;
void GetAutofillableLoginsImpl(
PasswordStore::GetLoginsRequest* request) override;

Powered by Google App Engine
This is Rietveld 408576698