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

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: Created 9 years, 6 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 91097)
+++ content/common/media/media_stream_options.h (working copy)
@@ -39,6 +39,8 @@
kVideoCapture
};
+const int kNumMediaStreamTypes = 3;
wjia(left Chromium) 2011/07/01 03:58:34 moving kNumMediaStreamTypes into enum can remove t
mflodman1 2011/07/01 09:37:10 Done.
+
// StreamDeviceInfo describes information about a device.
struct StreamDeviceInfo {
StreamDeviceInfo();

Powered by Google App Engine
This is Rietveld 408576698