Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(421)

Unified Diff: content/public/common/media_stream_request.h

Issue 2296393004: Revert of Add groupid for media devices. Group audio devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698