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

Unified Diff: content/common/media/media_stream_messages.h

Issue 2634263002: Pass camera facing info to audio client (Closed)
Patch Set: Moved to chrome_browser_main_chromeos.cc Created 3 years, 10 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/common/media/media_stream_messages.h
diff --git a/content/common/media/media_stream_messages.h b/content/common/media/media_stream_messages.h
index 904cb26ab7320b0eb8a8e9ab029ea39fe40c126d..c888f8c2d37a3012e17376e689f9325866eb8276 100644
--- a/content/common/media/media_stream_messages.h
+++ b/content/common/media/media_stream_messages.h
@@ -21,7 +21,7 @@ IPC_ENUM_TRAITS_MAX_VALUE(content::MediaStreamType,
content::NUM_MEDIA_TYPES - 1)
IPC_ENUM_TRAITS_MAX_VALUE(media::VideoFacingMode,
- media::NUM_MEDIA_VIDEO_FACING_MODE - 1)
+ media::NUM_MEDIA_VIDEO_FACING_MODES - 1)
IPC_ENUM_TRAITS_MAX_VALUE(content::MediaStreamRequestResult,
content::NUM_MEDIA_REQUEST_RESULTS - 1)
« no previous file with comments | « content/browser/renderer_host/media/video_capture_manager_unittest.cc ('k') | content/public/browser/media_capture_devices.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698