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

Unified Diff: chrome/browser/password_manager/password_manager_delegate_impl.h

Issue 152643002: Create PasswordManagerDriver and ContentPasswordManagerDriver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit Created 6 years, 11 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: chrome/browser/password_manager/password_manager_delegate_impl.h
diff --git a/chrome/browser/password_manager/password_manager_delegate_impl.h b/chrome/browser/password_manager/password_manager_delegate_impl.h
index 13c99e6642305f9c998a2e75df4a8e76d98561c5..108042fa7fb5aef1ad79846941dbc77d4da2f390 100644
--- a/chrome/browser/password_manager/password_manager_delegate_impl.h
+++ b/chrome/browser/password_manager/password_manager_delegate_impl.h
@@ -7,6 +7,7 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
+#include "chrome/browser/password_manager/content_password_manager_driver.h"
#include "chrome/browser/password_manager/password_manager_delegate.h"
#include "content/public/browser/web_contents_user_data.h"
@@ -33,6 +34,7 @@ class PasswordManagerDelegateImpl
friend class content::WebContentsUserData<PasswordManagerDelegateImpl>;
content::WebContents* web_contents_;
+ ContentPasswordManagerDriver driver_;
DISALLOW_COPY_AND_ASSIGN(PasswordManagerDelegateImpl);
};

Powered by Google App Engine
This is Rietveld 408576698