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

Unified Diff: content/renderer/pepper/pepper_device_enumeration_event_handler.h

Issue 11411047: Introduce PPB_AudioInput_Dev v0.3 and refactor the device enumeration code: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years 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: content/renderer/pepper/pepper_device_enumeration_event_handler.h
diff --git a/content/renderer/pepper/pepper_device_enumeration_event_handler.h b/content/renderer/pepper/pepper_device_enumeration_event_handler.h
index 01370b143a3aef9e6c682e8f8a4bfb3422e3c657..7ce3436bbf4b90cab6e7e269f8dbe1cf06b52ac7 100644
--- a/content/renderer/pepper/pepper_device_enumeration_event_handler.h
+++ b/content/renderer/pepper/pepper_device_enumeration_event_handler.h
@@ -23,6 +23,7 @@ class PepperDeviceEnumerationEventHandler
int RegisterEnumerateDevicesCallback(
const webkit::ppapi::PluginDelegate::EnumerateDevicesCallback& callback);
+ void UnregisterEnumerateDevicesCallback(int request_id);
int RegisterOpenDeviceCallback(
const PepperPluginDelegateImpl::OpenDeviceCallback& callback);
« no previous file with comments | « content/renderer/pepper/pepper_audio_input_host.cc ('k') | content/renderer/pepper/pepper_device_enumeration_event_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698