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

Unified Diff: content/public/test/content_browser_test.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
« no previous file with comments | « content/public/browser/web_contents_delegate.cc ('k') | content/shell/android/shell_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/content_browser_test.cc
diff --git a/content/public/test/content_browser_test.cc b/content/public/test/content_browser_test.cc
index fb18659ef53141393ab7d6f6a5571b0109906e9b..395975ad87e27f03fa7e28648797b06f678d5682 100644
--- a/content/public/test/content_browser_test.cc
+++ b/content/public/test/content_browser_test.cc
@@ -161,7 +161,6 @@ Shell* ContentBrowserTest::CreateBrowser() {
ShellContentBrowserClient::Get()->browser_context(),
GURL(url::kAboutBlankURL),
NULL,
- MSG_ROUTING_NONE,
gfx::Size());
}
@@ -170,7 +169,6 @@ Shell* ContentBrowserTest::CreateOffTheRecordBrowser() {
ShellContentBrowserClient::Get()->off_the_record_browser_context(),
GURL(url::kAboutBlankURL),
NULL,
- MSG_ROUTING_NONE,
gfx::Size());
}
« no previous file with comments | « content/public/browser/web_contents_delegate.cc ('k') | content/shell/android/shell_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698