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

Unified Diff: content/shell/browser/webkit_test_controller.cc

Issue 790423002: Add the main frame routing ID to WebContentsDelegate, use it in BackgroundContents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: content shell Created 6 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
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());
}

Powered by Google App Engine
This is Rietveld 408576698