Chromium Code Reviews| 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(); |