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

Unified Diff: chrome/browser/prerender/prerender_tab_helper.cc

Issue 23742004: Move PasswordForm from //content to //autofill. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_password_form_conversion_utils
Patch Set: Rebase Created 7 years, 3 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/prerender/prerender_tab_helper.cc
diff --git a/chrome/browser/prerender/prerender_tab_helper.cc b/chrome/browser/prerender/prerender_tab_helper.cc
index 17ff619fb7ec00ee4e8a65560e3db8a201f28de4..dddb53e9a4e68bc4a4fafc8a782fae1c0d742eee 100644
--- a/chrome/browser/prerender/prerender_tab_helper.cc
+++ b/chrome/browser/prerender/prerender_tab_helper.cc
@@ -260,7 +260,7 @@ void PrerenderTabHelper::DidStartProvisionalLoadForFrame(
}
}
-void PrerenderTabHelper::PasswordSubmitted(const content::PasswordForm& form) {
+void PrerenderTabHelper::PasswordSubmitted(const autofill::PasswordForm& form) {
PrerenderManager* prerender_manager = MaybeGetPrerenderManager();
if (prerender_manager) {
prerender_manager->RecordLikelyLoginOnURL(form.origin);
« no previous file with comments | « chrome/browser/prerender/prerender_tab_helper.h ('k') | chrome/browser/sync/glue/password_change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698