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

Unified Diff: chrome/browser/tab_contents/tab_contents_view_mac.mm

Issue 8760024: Cross-process postMessage (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Current checkpoint Created 9 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 | « chrome/browser/tab_contents/tab_contents_view_mac.h ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_contents/tab_contents_view_mac.mm
diff --git a/chrome/browser/tab_contents/tab_contents_view_mac.mm b/chrome/browser/tab_contents/tab_contents_view_mac.mm
index 927af25b68457322a31fddd1bb4604ac3646a57b..2fc3cb290c1d1587343f206d27b27c5299f5ed36 100644
--- a/chrome/browser/tab_contents/tab_contents_view_mac.mm
+++ b/chrome/browser/tab_contents/tab_contents_view_mac.mm
@@ -271,9 +271,10 @@ void TabContentsViewMac::TakeFocus(bool reverse) {
void TabContentsViewMac::CreateNewWindow(
int route_id,
- const ViewHostMsg_CreateWindow_Params& params) {
+ const ViewHostMsg_CreateWindow_Params& params,
+ ContentFrame* opener) {
delegate_view_helper_.CreateNewWindowFromTabContents(
- tab_contents_, route_id, params);
+ opener, route_id, params);
}
void TabContentsViewMac::CreateNewWidget(
« no previous file with comments | « chrome/browser/tab_contents/tab_contents_view_mac.h ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698