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

Unified Diff: content/public/renderer/document_state.cc

Issue 19705013: [password autofill] Remove references to PasswordForm from RenderViewImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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
« no previous file with comments | « content/public/renderer/document_state.h ('k') | content/public/renderer/render_view_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/document_state.cc
diff --git a/content/public/renderer/document_state.cc b/content/public/renderer/document_state.cc
index 235fc89142c7494d1e4d6d708fffcda3b9b7a442..9add6b064663632963a1db18636de4ed6468f18a 100644
--- a/content/public/renderer/document_state.cc
+++ b/content/public/renderer/document_state.cc
@@ -4,7 +4,6 @@
#include "content/public/renderer/document_state.h"
-#include "content/public/common/password_form.h"
#include "content/public/renderer/navigation_state.h"
namespace content {
@@ -26,11 +25,6 @@ DocumentState::DocumentState()
DocumentState::~DocumentState() {}
-void DocumentState::set_password_form_data(
- scoped_ptr<PasswordForm> data) {
- password_form_data_.reset(data.release());
-}
-
void DocumentState::set_navigation_state(NavigationState* navigation_state) {
navigation_state_.reset(navigation_state);
}
« no previous file with comments | « content/public/renderer/document_state.h ('k') | content/public/renderer/render_view_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698