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

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

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
Index: components/password_manager/core/browser/fake_form_fetcher.cc
diff --git a/components/password_manager/core/browser/fake_form_fetcher.cc b/components/password_manager/core/browser/fake_form_fetcher.cc
index 3f0ca14b1f822801824dbbf18c519e1618814f6b..e3ee8fa0825dc7e52ce0bb8ea52355d478856847 100644
--- a/components/password_manager/core/browser/fake_form_fetcher.cc
+++ b/components/password_manager/core/browser/fake_form_fetcher.cc
@@ -46,4 +46,8 @@ void FakeFormFetcher::Fetch() {
state_ = State::WAITING;
}
+std::unique_ptr<FormFetcher> FakeFormFetcher::Clone() {
+ return nullptr;
+}
+
} // namespace password_manager
« no previous file with comments | « components/password_manager/core/browser/fake_form_fetcher.h ('k') | components/password_manager/core/browser/form_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698