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

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

Issue 707173004: Refactor Autofill for out of process iframes (OOPIF). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/password_manager.h
diff --git a/components/password_manager/core/browser/password_manager.h b/components/password_manager/core/browser/password_manager.h
index 3d3473d1ad979d64fdbeff5fd37ba9a892b42b29..be54d9c26a56f6ef1251d8d30e3b491de2549bde 100644
--- a/components/password_manager/core/browser/password_manager.h
+++ b/components/password_manager/core/browser/password_manager.h
@@ -49,7 +49,7 @@ class PasswordManager : public LoginModel {
#if defined(OS_WIN)
static void RegisterLocalPrefs(PrefRegistrySimple* registry);
#endif
- explicit PasswordManager(PasswordManagerClient* client);
+ PasswordManager(PasswordManagerClient* client, PasswordManagerDriver* driver);
vabr (Chromium) 2014/11/13 14:01:33 Oh, and actually, having one PasswordManager per f
~PasswordManager() override;
typedef base::Callback<void(const autofill::PasswordForm&)>

Powered by Google App Engine
This is Rietveld 408576698