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

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

Issue 2754043002: Introduce FormFetcher::Clone (Closed)
Patch Set: Fix stats test 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 93fa7e398460a209c21899490f61acdcc5fc0b53..01aaf111acd642666f1ecebe2746dd7fcafb9dcb 100644
--- a/components/password_manager/core/browser/fake_form_fetcher.h
+++ b/components/password_manager/core/browser/fake_form_fetcher.h
@@ -61,6 +61,9 @@ class FakeFormFetcher : public FormFetcher {
// Only sets the internal state to WAITING, no call to PasswordStore.
void Fetch() override;
+ // A no-op, returns null.
+ std::unique_ptr<FormFetcher> Clone() override;
+
private:
std::set<Consumer*> consumers_;
State state_ = State::NOT_WAITING;
« 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