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

Unified Diff: chrome/browser/password_manager.cc

Issue 4088: Move a bunch of stuff out of WebContents. I removed a bunch of render view ho... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 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/password_manager.cc
===================================================================
--- chrome/browser/password_manager.cc (revision 2568)
+++ chrome/browser/password_manager.cc (working copy)
@@ -172,7 +172,7 @@
PasswordFormDomManager::CreateFillData(form_for_autofill,
best_matches, preferred_match,
action_mismatch));
- web_contents_->FillPasswordForm(*fill_data);
+ web_contents_->render_view_host()->FillPasswordForm(*fill_data);
return;
}
default:

Powered by Google App Engine
This is Rietveld 408576698