Index: content/common/media/media_stream_options.h |
=================================================================== |
--- content/common/media/media_stream_options.h (revision 150440) |
+++ content/common/media/media_stream_options.h (working copy) |
@@ -39,6 +39,8 @@ |
const std::string& name_param, |
const std::string& device_param, |
bool opened); |
+ static bool IsEqual(const StreamDeviceInfo& first, |
+ const StreamDeviceInfo& second); |
// Describes the capture type. |
MediaStreamType stream_type; |