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

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

Issue 2760653002: Add FormFetcher::RemoveConsumer (Closed)
Patch Set: Rebased Created 3 years, 9 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
« no previous file with comments | « no previous file | components/password_manager/core/browser/fake_form_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/core/browser/fake_form_fetcher.h
diff --git a/components/password_manager/core/browser/fake_form_fetcher.h b/components/password_manager/core/browser/fake_form_fetcher.h
index 01aaf111acd642666f1ecebe2746dd7fcafb9dcb..891291d193892d35861a367b8a1903f1c0f1d12d 100644
--- a/components/password_manager/core/browser/fake_form_fetcher.h
+++ b/components/password_manager/core/browser/fake_form_fetcher.h
@@ -33,6 +33,8 @@ class FakeFormFetcher : public FormFetcher {
// has to first call AddConsumer and then SetNonFederated.
void AddConsumer(Consumer* consumer) override;
+ void RemoveConsumer(Consumer* consumer) override;
+
// Returns State::WAITING if Fetch() was called after any Set* calls, and
// State::NOT_WAITING otherwise.
State GetState() const override;
« no previous file with comments | « no previous file | components/password_manager/core/browser/fake_form_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698