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

Unified Diff: ios/chrome/browser/passwords/ios_chrome_update_password_infobar_delegate.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: ios/chrome/browser/passwords/ios_chrome_update_password_infobar_delegate.h
diff --git a/ios/chrome/browser/passwords/ios_chrome_update_password_infobar_delegate.h b/ios/chrome/browser/passwords/ios_chrome_update_password_infobar_delegate.h
index d720ba253ccdaac9329c0ab154e83d5384fbee35..cdd99bf58903f3c6ff9b3142443c919d62236cd2 100644
--- a/ios/chrome/browser/passwords/ios_chrome_update_password_infobar_delegate.h
+++ b/ios/chrome/browser/passwords/ios_chrome_update_password_infobar_delegate.h
@@ -27,7 +27,7 @@ class IOSChromeUpdatePasswordInfoBarDelegate
static void Create(
bool is_smart_lock_branding_enabled,
infobars::InfoBarManager* infobar_manager,
- std::unique_ptr<password_manager::PasswordFormManager> form_to_save);
+ scoped_refptr<password_manager::PasswordFormManager> form_to_save);
~IOSChromeUpdatePasswordInfoBarDelegate() override;
@@ -49,7 +49,7 @@ class IOSChromeUpdatePasswordInfoBarDelegate
private:
IOSChromeUpdatePasswordInfoBarDelegate(
bool is_smart_lock_branding_enabled,
- std::unique_ptr<password_manager::PasswordFormManager> form_to_save);
+ scoped_refptr<password_manager::PasswordFormManager> form_to_save);
// Returns the string with the branded title of the password manager (e.g.
// "Google Smart Lock for Passwords").

Powered by Google App Engine
This is Rietveld 408576698