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

Unified Diff: ppapi/proxy/video_capture_resource.cc

Issue 115343006: Pepper: Remove unused interface versions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nits. Created 6 years, 11 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
« no previous file with comments | « ppapi/proxy/video_capture_resource.h ('k') | ppapi/shared_impl/ppb_device_ref_shared.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/video_capture_resource.cc
diff --git a/ppapi/proxy/video_capture_resource.cc b/ppapi/proxy/video_capture_resource.cc
index 6ea8bd500157182d70933377cf7266281b0923b2..5ea6ca69dd3974e3178bed8bbaf8862153d73743 100644
--- a/ppapi/proxy/video_capture_resource.cc
+++ b/ppapi/proxy/video_capture_resource.cc
@@ -62,12 +62,6 @@ void VideoCaptureResource::OnReplyReceived(
IPC_END_MESSAGE_MAP()
}
-int32_t VideoCaptureResource::EnumerateDevices0_2(
- PP_Resource* devices,
- scoped_refptr<TrackedCallback> callback) {
- return enumeration_helper_.EnumerateDevices0_2(devices, callback);
-}
-
int32_t VideoCaptureResource::EnumerateDevices(
const PP_ArrayOutput& output,
scoped_refptr<TrackedCallback> callback) {
« no previous file with comments | « ppapi/proxy/video_capture_resource.h ('k') | ppapi/shared_impl/ppb_device_ref_shared.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698