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

Unified Diff: content/browser/renderer_host/media/audio_input_device_manager_event_handler.h

Issue 8491044: Link things together and enable the device selection for linux and mac. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: rebase2 Created 9 years, 1 month 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/browser/renderer_host/media/audio_input_device_manager_event_handler.h
diff --git a/content/browser/renderer_host/media/audio_input_device_manager_event_handler.h b/content/browser/renderer_host/media/audio_input_device_manager_event_handler.h
index ab6ab387bc1aa487889916d626ec93906c0150a3..163aa6ddb8271636cc2bbb9dc6e35010e1b35687 100644
--- a/content/browser/renderer_host/media/audio_input_device_manager_event_handler.h
+++ b/content/browser/renderer_host/media/audio_input_device_manager_event_handler.h
@@ -16,7 +16,8 @@ class CONTENT_EXPORT AudioInputDeviceManagerEventHandler {
public:
// Called by AudioInputDeviceManager to create an audio stream using the
// device index when the device has been started.
- virtual void OnDeviceStarted(int session_id, int index) = 0;
+ virtual void OnDeviceStarted(int session_id,
+ const std::string& device_id) = 0;
// Called by AudioInputDeviceManager to stop the audio stream when a device
// has been stopped. This method is used only when users call Close() without

Powered by Google App Engine
This is Rietveld 408576698