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

Unified Diff: components/password_manager/core/browser/password_generation_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: mem leak Created 6 years 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_generation_manager.h
diff --git a/components/password_manager/core/browser/password_generation_manager.h b/components/password_manager/core/browser/password_generation_manager.h
index e3f1baed1fb1aad96b9551288220ac1b9e3b8319..da68f76816cf70fd9e72ec2845c7b562b916abba 100644
--- a/components/password_manager/core/browser/password_generation_manager.h
+++ b/components/password_manager/core/browser/password_generation_manager.h
@@ -33,7 +33,8 @@ class PasswordManagerDriver;
// generate a password.
class PasswordGenerationManager {
public:
- explicit PasswordGenerationManager(PasswordManagerClient* client);
+ PasswordGenerationManager(PasswordManagerClient* client,
+ PasswordManagerDriver* driver);
virtual ~PasswordGenerationManager();
// Detect account creation forms from forms with autofill type annotated.

Powered by Google App Engine
This is Rietveld 408576698