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

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

Issue 7066039: Remove dependency on PrefChangeRegistrar and renderer_preferences_util from content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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: content/browser/renderer_host/render_view_host.cc
===================================================================
--- content/browser/renderer_host/render_view_host.cc (revision 86494)
+++ content/browser/renderer_host/render_view_host.cc (working copy)
@@ -171,10 +171,6 @@
params.frame_name = frame_name;
Send(new ViewMsg_New(params));
- // Set the alternate error page, which is profile specific, in the renderer.
- GURL url = delegate_->GetAlternateErrorPageURL();
- Send(new ViewMsg_SetAltErrorPageURL(routing_id(), url));
-
// If it's enabled, tell the renderer to set up the Javascript bindings for
// sending messages back to the browser.
Send(new ViewMsg_AllowBindings(routing_id(), enabled_bindings_));

Powered by Google App Engine
This is Rietveld 408576698