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

Unified Diff: ppapi/proxy/ppapi_messages.h

Issue 10837064: Corresponding change in Pepper since EnumerateDevices contract is changed. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: ppapi/proxy/ppapi_messages.h
===================================================================
--- ppapi/proxy/ppapi_messages.h (revision 148913)
+++ ppapi/proxy/ppapi_messages.h (working copy)
@@ -754,6 +754,8 @@
ppapi::HostResource /* result */)
IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBAudioInput_EnumerateDevices,
ppapi::HostResource /* audio_input */)
+IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBAudioInput_StopEnumerateDevices,
+ ppapi::HostResource /* audio_input */)
IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBAudioInput_Open,
ppapi::HostResource /* audio_input */,
std::string /* device_id */,
@@ -1190,6 +1192,8 @@
ppapi::HostResource /* result */)
IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoCapture_EnumerateDevices,
ppapi::HostResource /* video_capture */)
+IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoCapture_StopEnumerateDevices,
+ ppapi::HostResource /* video_capture */)
IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBVideoCapture_Open,
ppapi::HostResource /* video_capture */,
std::string /* device_id */,

Powered by Google App Engine
This is Rietveld 408576698