Index: content/public/common/media_stream_request.h |
diff --git a/content/public/common/media_stream_request.h b/content/public/common/media_stream_request.h |
index 26b2bf1121b1e8d2187299305663f7876fc0047a..c24b1bf72a25c61babcf31941d9fc73da523c4ff 100644 |
--- a/content/public/common/media_stream_request.h |
+++ b/content/public/common/media_stream_request.h |
@@ -128,11 +128,6 @@ |
// The device's "friendly" name. Not guaranteed to be unique. |
std::string name; |
- |
- // A unique identifier for the physical device this device is part of. |
- // Will be hashed before being sent to renderer. |
- // TODO(maxmorin): Add support for video devices as well. |
- std::string group_id; |
// Contains properties that match directly with those with the same name |
// in media::AudioParameters. |