Index: content/shell/browser/layout_test/layout_test_devtools_frontend.cc |
diff --git a/content/shell/browser/layout_test/layout_test_devtools_frontend.cc b/content/shell/browser/layout_test/layout_test_devtools_frontend.cc |
index 9831cbfbcc793a210877d99858a9815ef8f0d4b9..c8941c616bfc799e4350cc95bd752c2dcb6ba6f0 100644 |
--- a/content/shell/browser/layout_test/layout_test_devtools_frontend.cc |
+++ b/content/shell/browser/layout_test/layout_test_devtools_frontend.cc |
@@ -24,7 +24,6 @@ LayoutTestDevToolsFrontend* LayoutTestDevToolsFrontend::Show( |
Shell* shell = Shell::CreateNewWindow(inspected_contents->GetBrowserContext(), |
GURL(), |
NULL, |
- MSG_ROUTING_NONE, |
gfx::Size()); |
LayoutTestDevToolsFrontend* devtools_frontend = |
new LayoutTestDevToolsFrontend(shell, agent.get()); |