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

Unified Diff: content/shell/browser/shell_web_contents_view_delegate_mac.mm

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/shell_web_contents_view_delegate_mac.mm
diff --git a/content/shell/browser/shell_web_contents_view_delegate_mac.mm b/content/shell/browser/shell_web_contents_view_delegate_mac.mm
index 93d3a46c10611b4e5f6cfaad06bb8881312efcae..c198b2a0054071362aabf99eae61e6451ea5cb8c 100644
--- a/content/shell/browser/shell_web_contents_view_delegate_mac.mm
+++ b/content/shell/browser/shell_web_contents_view_delegate_mac.mm
@@ -241,7 +241,6 @@ void ShellWebContentsViewDelegate::ActionPerformed(int tag) {
Shell::CreateNewWindow(browser_context,
params_.link_url,
NULL,
- MSG_ROUTING_NONE,
gfx::Size());
break;
}

Powered by Google App Engine
This is Rietveld 408576698