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

Side by Side Diff: ppapi/proxy/ppapi_messages.h

Issue 598183002: Pepper: PPB_Mojo prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months 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 unified diff | Download patch
« no previous file with comments | « ppapi/proxy/mojo_resource.cc ('k') | ppapi/proxy/ppb_instance_proxy.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Multiply-included message header, no traditional include guard. 5 // Multiply-included message header, no traditional include guard.
6 #include <map> 6 #include <map>
7 #include <string> 7 #include <string>
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
(...skipping 1553 matching lines...) Expand 10 before | Expand all | Expand 10 after
1564 int32_t /* buffer_size */, 1564 int32_t /* buffer_size */,
1565 bool /* readonly */) 1565 bool /* readonly */)
1566 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_MediaStreamTrack_EnqueueBuffer, 1566 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_MediaStreamTrack_EnqueueBuffer,
1567 int32_t /* index */) 1567 int32_t /* index */)
1568 IPC_MESSAGE_CONTROL1(PpapiHostMsg_MediaStreamTrack_EnqueueBuffer, 1568 IPC_MESSAGE_CONTROL1(PpapiHostMsg_MediaStreamTrack_EnqueueBuffer,
1569 int32_t /* index */) 1569 int32_t /* index */)
1570 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_MediaStreamTrack_EnqueueBuffers, 1570 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_MediaStreamTrack_EnqueueBuffers,
1571 std::vector<int32_t> /* indices */) 1571 std::vector<int32_t> /* indices */)
1572 IPC_MESSAGE_CONTROL0(PpapiHostMsg_MediaStreamTrack_Close) 1572 IPC_MESSAGE_CONTROL0(PpapiHostMsg_MediaStreamTrack_Close)
1573 1573
1574 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Mojo_Create)
1575 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Mojo_GetHandle)
1576 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Mojo_GetHandleReply)
1577
1574 // NetworkMonitor. 1578 // NetworkMonitor.
1575 IPC_MESSAGE_CONTROL0(PpapiHostMsg_NetworkMonitor_Create) 1579 IPC_MESSAGE_CONTROL0(PpapiHostMsg_NetworkMonitor_Create)
1576 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_NetworkMonitor_NetworkList, 1580 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_NetworkMonitor_NetworkList,
1577 ppapi::proxy::SerializedNetworkList /* network_list */) 1581 ppapi::proxy::SerializedNetworkList /* network_list */)
1578 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_NetworkMonitor_Forbidden) 1582 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_NetworkMonitor_Forbidden)
1579 1583
1580 // NetworkProxy ---------------------------------------------------------------- 1584 // NetworkProxy ----------------------------------------------------------------
1581 IPC_MESSAGE_CONTROL0(PpapiHostMsg_NetworkProxy_Create) 1585 IPC_MESSAGE_CONTROL0(PpapiHostMsg_NetworkProxy_Create)
1582 1586
1583 // Query the browser for the proxy server to use for the given URL. 1587 // Query the browser for the proxy server to use for the given URL.
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
2268 IPC_MESSAGE_CONTROL1(PpapiHostMsg_Talk_RequestPermission, 2272 IPC_MESSAGE_CONTROL1(PpapiHostMsg_Talk_RequestPermission,
2269 PP_TalkPermission /* permission */) 2273 PP_TalkPermission /* permission */)
2270 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_RequestPermissionReply) 2274 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_RequestPermissionReply)
2271 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StartRemoting) 2275 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StartRemoting)
2272 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StartRemotingReply) 2276 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StartRemotingReply)
2273 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StopRemoting) 2277 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StopRemoting)
2274 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StopRemotingReply) 2278 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StopRemotingReply)
2275 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Talk_NotifyEvent, PP_TalkEvent /* event */) 2279 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Talk_NotifyEvent, PP_TalkEvent /* event */)
2276 2280
2277 #endif // !defined(OS_NACL) && !defined(NACL_WIN64) 2281 #endif // !defined(OS_NACL) && !defined(NACL_WIN64)
OLDNEW
« no previous file with comments | « ppapi/proxy/mojo_resource.cc ('k') | ppapi/proxy/ppb_instance_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698