diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-06 19:25:58 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-06 19:25:58 +0000 |
commit | ae5184d682c302981920f45b580b5a306fc957f9 (patch) | |
tree | 5374e7d63121d44649ab87f3a1c4571bb0ed33ba /content/common/view_messages.h | |
parent | 7bc551f6363486b7ea6f004d1404304f7f69a7e0 (diff) | |
download | chromium_src-ae5184d682c302981920f45b580b5a306fc957f9.zip chromium_src-ae5184d682c302981920f45b580b5a306fc957f9.tar.gz chromium_src-ae5184d682c302981920f45b580b5a306fc957f9.tar.bz2 |
Hook into another code path that lets the renderer request a new tab to be created
BUG=96877
TEST=browser_tests:ExtensionApiTest.WebNavigationRequestOpenTab
Review URL: http://codereview.chromium.org/8055011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104346 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/view_messages.h')
-rw-r--r-- | content/common/view_messages.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h index e418265..3d439b7c 100644 --- a/content/common/view_messages.h +++ b/content/common/view_messages.h @@ -1556,10 +1556,11 @@ IPC_SYNC_MESSAGE_ROUTED4_2(ViewHostMsg_RunJavaScriptMessage, string16 /* out - user_input field */) // Requests that the given URL be opened in the specified manner. -IPC_MESSAGE_ROUTED3(ViewHostMsg_OpenURL, +IPC_MESSAGE_ROUTED4(ViewHostMsg_OpenURL, GURL /* url */, GURL /* referrer */, - WindowOpenDisposition /* disposition */) + WindowOpenDisposition /* disposition */, + int64 /* frame id */) // Notifies that the preferred size of the content changed. IPC_MESSAGE_ROUTED1(ViewHostMsg_DidContentsPreferredSizeChange, |