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

Unified Diff: components/password_manager/content/browser/credential_manager_impl.h

Issue 2900693002: [Password Manager] Convert |pending_login_managers_| to an array of scoped_refptr (Closed)
Patch Set: Rebase Created 3 years, 7 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/content/browser/credential_manager_impl.h
diff --git a/components/password_manager/content/browser/credential_manager_impl.h b/components/password_manager/content/browser/credential_manager_impl.h
index 6db0b992f106151e058e8106c7c3c1cd073f78a0..ea782344bf472d1e95887b2812572ac4f7559cf4 100644
--- a/components/password_manager/content/browser/credential_manager_impl.h
+++ b/components/password_manager/content/browser/credential_manager_impl.h
@@ -84,7 +84,7 @@ class CredentialManagerImpl
virtual base::WeakPtr<PasswordManagerDriver> GetDriver();
PasswordManagerClient* client_;
- std::unique_ptr<CredentialManagerPasswordFormManager> form_manager_;
+ scoped_refptr<CredentialManagerPasswordFormManager> form_manager_;
// Set to false to disable automatic signing in.
BooleanPrefMember auto_signin_enabled_;

Powered by Google App Engine
This is Rietveld 408576698