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

Unified Diff: content/common/media/media_stream_options.h

Issue 7284037: Adding MediaStreamManager. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Added DeviceRequest dtor, needed for clang. Created 9 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: content/common/media/media_stream_options.h
===================================================================
--- content/common/media/media_stream_options.h (revision 91672)
+++ content/common/media/media_stream_options.h (working copy)
@@ -36,7 +36,8 @@
enum MediaStreamType {
kNoService = 0,
kAudioCapture,
- kVideoCapture
+ kVideoCapture,
+ kNumMediaStreamTypes
};
// StreamDeviceInfo describes information about a device.

Powered by Google App Engine
This is Rietveld 408576698