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

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

Issue 2754273003: Introduce restricted PasswordFormManager::GrabFetcher (Closed)
Patch Set: Remove redundant CredentialManagerPasswordFormManager::form_fetcher_ 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/credential_manager_password_form_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/core/browser/credential_manager_password_form_manager.h
diff --git a/components/password_manager/core/browser/credential_manager_password_form_manager.h b/components/password_manager/core/browser/credential_manager_password_form_manager.h
index d41f8079297482dbb7e4d74e2211555101781ef4..4816e1768bc70528bbad200233992fde57a846d1 100644
--- a/components/password_manager/core/browser/credential_manager_password_form_manager.h
+++ b/components/password_manager/core/browser/credential_manager_password_form_manager.h
@@ -52,17 +52,12 @@ class CredentialManagerPasswordFormManager : public PasswordFormManager {
const std::vector<const autofill::PasswordForm*>& non_federated,
size_t filtered_count) override;
-#if defined(UNIT_TEST)
- FormFetcher* form_fetcher() const { return form_fetcher_.get(); }
-#endif // defined(UNIT_TEST)
-
private:
// Calls OnProvisionalSaveComplete on |delegate_|.
void NotifyDelegate();
CredentialManagerPasswordFormManagerDelegate* delegate_;
std::unique_ptr<autofill::PasswordForm> saved_form_;
- std::unique_ptr<FormFetcher> form_fetcher_;
base::WeakPtrFactory<CredentialManagerPasswordFormManager> weak_factory_;
« no previous file with comments | « no previous file | components/password_manager/core/browser/credential_manager_password_form_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698