Index: content/shell/browser/webkit_test_controller.cc |
diff --git a/content/shell/browser/webkit_test_controller.cc b/content/shell/browser/webkit_test_controller.cc |
index bfd2f1b5b8756bafc4aac2d47631fa79c598a288..f058a3e3dcda53d58f19ef99dfe82aa68bf7a3f8 100644 |
--- a/content/shell/browser/webkit_test_controller.cc |
+++ b/content/shell/browser/webkit_test_controller.cc |
@@ -260,7 +260,6 @@ bool WebKitTestController::PrepareForLayoutTest( |
browser_context, |
GURL(), |
NULL, |
- MSG_ROUTING_NONE, |
initial_size_); |
WebContentsObserver::Observe(main_window_->web_contents()); |
send_configuration_to_next_host_ = true; |
@@ -351,7 +350,6 @@ void WebKitTestController::OpenURL(const GURL& url) { |
Shell::CreateNewWindow(main_window_->web_contents()->GetBrowserContext(), |
url, |
main_window_->web_contents()->GetSiteInstance(), |
- MSG_ROUTING_NONE, |
gfx::Size()); |
} |