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

Unified Diff: content/shell/shell_render_process_observer.cc

Issue 12751007: Don't display navigation error pages during layout tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/renderer/render_view_impl.cc ('k') | content/test/layouttest_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell_render_process_observer.cc
diff --git a/content/shell/shell_render_process_observer.cc b/content/shell/shell_render_process_observer.cc
index 673ecf79fd329971c12bcaacce3d2bf4c9a273f5..c18264e3046480a4d44e8a9a6bdb9c21533de7c4 100644
--- a/content/shell/shell_render_process_observer.cc
+++ b/content/shell/shell_render_process_observer.cc
@@ -45,6 +45,7 @@ ShellRenderProcessObserver::ShellRenderProcessObserver()
EnableDevToolsFrontendTesting();
EnableShortCircuitSizeUpdates();
DoNotSendFocusEvents();
+ DisableNavigationErrorPages();
}
ShellRenderProcessObserver::~ShellRenderProcessObserver() {
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | content/test/layouttest_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698