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

Unified Diff: chrome/browser/renderer_host/render_view_host.cc

Issue 479006: re-apply r34183... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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
« no previous file with comments | « chrome/browser/gtk/gtk_theme_provider.cc ('k') | chrome/browser/renderer_host/render_view_host_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/render_view_host.cc
===================================================================
--- chrome/browser/renderer_host/render_view_host.cc (revision 34187)
+++ chrome/browser/renderer_host/render_view_host.cc (working copy)
@@ -207,7 +207,7 @@
}
Send(new ViewMsg_New(GetNativeViewId(),
- delegate_->GetRendererPrefs(),
+ delegate_->GetRendererPrefs(process()->profile()),
webkit_prefs,
routing_id()));
@@ -234,7 +234,8 @@
void RenderViewHost::SyncRendererPrefs() {
Send(new ViewMsg_SetRendererPrefs(routing_id(),
- delegate_->GetRendererPrefs()));
+ delegate_->GetRendererPrefs(
+ process()->profile())));
}
void RenderViewHost::Navigate(const ViewMsg_Navigate_Params& params) {
« no previous file with comments | « chrome/browser/gtk/gtk_theme_provider.cc ('k') | chrome/browser/renderer_host/render_view_host_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698