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

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

Issue 649543002: Replacing MEDIA_LOOPBACK_AUDIO_CAPTURE with MEDIA_DESKTOP_AUDIO_CAPTURE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase the patchset Created 6 years, 1 month 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 31ebbead2a932c0e9d3c0c643bf8da2ce648b375..caae3d0063f270d25d8b07e9a0cf9bc57a49f99f 100644
--- a/content/public/common/media_stream_request.h
+++ b/content/public/common/media_stream_request.h
@@ -34,9 +34,7 @@ enum MediaStreamType {
MEDIA_DESKTOP_VIDEO_CAPTURE,
// Capture system audio (post-mix loopback stream).
- //
- // TODO(sergeyu): Replace with MEDIA_DESKTOP_AUDIO_CAPTURE.
- MEDIA_LOOPBACK_AUDIO_CAPTURE,
+ MEDIA_DESKTOP_AUDIO_CAPTURE,
// This is used for enumerating audio output devices.
// TODO(grunell): Output isn't really a part of media streams. Device
« no previous file with comments | « content/browser/renderer_host/media/media_stream_manager.cc ('k') | content/public/common/media_stream_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698