Chromium Code Reviews| Index: content/common/media/media_stream_options.h |
| =================================================================== |
| --- content/common/media/media_stream_options.h (revision 148913) |
| +++ content/common/media/media_stream_options.h (working copy) |
| @@ -39,6 +39,7 @@ |
| const std::string& name_param, |
| const std::string& device_param, |
| bool opened); |
| + bool operator==(const StreamDeviceInfo &other) const; |
|
tommi (sloooow) - chröme
2012/07/30 12:10:21
See previous comments about this operator.
wjia(left Chromium)
2012/08/01 01:28:59
To explain why all fields are used for comparison:
|
| // Describes the capture type. |
| MediaStreamType stream_type; |