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

Unified Diff: ppapi/proxy/ppb_video_capture_proxy.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/ppb_video_capture_proxy.h
===================================================================
--- ppapi/proxy/ppb_video_capture_proxy.h (revision 148913)
+++ ppapi/proxy/ppb_video_capture_proxy.h (working copy)
@@ -40,6 +40,7 @@
// Message handlers in the renderer process.
void OnMsgCreate(PP_Instance instance, ppapi::HostResource* result_resource);
void OnMsgEnumerateDevices(const ppapi::HostResource& resource);
+ void OnMsgStopEnumerateDevices(const ppapi::HostResource& resource);
void OnMsgOpen(const ppapi::HostResource& resource,
const std::string& device_id,
const PP_VideoCaptureDeviceInfo_Dev& info,

Powered by Google App Engine
This is Rietveld 408576698