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

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

Issue 1088763002: Plugin Power Saver: Add comprehensive browser tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0260-plugins-overhaul-prerender-tests
Patch Set: x Created 5 years, 8 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/ppapi_tests.gypi ('k') | ppapi/proxy/ppb_testing_proxy.h » ('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 1186 matching lines...) Expand 10 before | Expand all | Expand 10 after
1197 // PPB_Testing. 1197 // PPB_Testing.
1198 IPC_SYNC_MESSAGE_ROUTED3_1( 1198 IPC_SYNC_MESSAGE_ROUTED3_1(
1199 PpapiHostMsg_PPBTesting_ReadImageData, 1199 PpapiHostMsg_PPBTesting_ReadImageData,
1200 ppapi::HostResource /* device_context_2d */, 1200 ppapi::HostResource /* device_context_2d */,
1201 ppapi::HostResource /* image */, 1201 ppapi::HostResource /* image */,
1202 PP_Point /* top_left */, 1202 PP_Point /* top_left */,
1203 PP_Bool /* result */) 1203 PP_Bool /* result */)
1204 IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBTesting_GetLiveObjectsForInstance, 1204 IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBTesting_GetLiveObjectsForInstance,
1205 PP_Instance /* instance */, 1205 PP_Instance /* instance */,
1206 uint32 /* result */) 1206 uint32 /* result */)
1207 IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBTesting_IsPeripheral,
1208 PP_Instance /* instance */,
1209 PP_Bool /* result */)
1207 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBTesting_SimulateInputEvent, 1210 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBTesting_SimulateInputEvent,
1208 PP_Instance /* instance */, 1211 PP_Instance /* instance */,
1209 ppapi::InputEventData /* input_event */) 1212 ppapi::InputEventData /* input_event */)
1210 IPC_SYNC_MESSAGE_ROUTED1_0( 1213 IPC_SYNC_MESSAGE_ROUTED1_0(
1211 PpapiHostMsg_PPBTesting_SetMinimumArrayBufferSizeForShmem, 1214 PpapiHostMsg_PPBTesting_SetMinimumArrayBufferSizeForShmem,
1212 uint32_t /* threshold */) 1215 uint32_t /* threshold */)
1213 1216
1214 #if !defined(OS_NACL) && !defined(NACL_WIN64) 1217 #if !defined(OS_NACL) && !defined(NACL_WIN64)
1215 1218
1216 // PPB_VideoDecoder_Dev. 1219 // PPB_VideoDecoder_Dev.
(...skipping 1127 matching lines...) Expand 10 before | Expand all | Expand 10 after
2344 std::vector<ppapi::HostResource> /* buffers */, 2347 std::vector<ppapi::HostResource> /* buffers */,
2345 uint32_t /* buffer_size */) 2348 uint32_t /* buffer_size */)
2346 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnStatus, 2349 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnStatus,
2347 uint32_t /* status */) 2350 uint32_t /* status */)
2348 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnError, 2351 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnError,
2349 uint32_t /* error */) 2352 uint32_t /* error */)
2350 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnBufferReady, 2353 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnBufferReady,
2351 uint32_t /* buffer */) 2354 uint32_t /* buffer */)
2352 2355
2353 #endif // !defined(OS_NACL) && !defined(NACL_WIN64) 2356 #endif // !defined(OS_NACL) && !defined(NACL_WIN64)
OLDNEW
« no previous file with comments | « ppapi/ppapi_tests.gypi ('k') | ppapi/proxy/ppb_testing_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698