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; |
| // Describes the capture type. |
| MediaStreamType stream_type; |