Index: content/public/common/content_switches.cc |
=================================================================== |
--- content/public/common/content_switches.cc (revision 269380) |
+++ content/public/common/content_switches.cc (working copy) |
@@ -885,6 +885,9 @@ |
// Overrides the preferred discardable memory implementation. |
const char kUseDiscardableMemory[] = "use-discardable-memory"; |
+// Use fake device for MediaStream to replace actual camera and microphone. |
+const char kUseFakeDeviceForMediaStream[] = "use-fake-device-for-media-stream"; |
+ |
// Bypass the media stream infobar by selecting the default device for media |
// streams (e.g. WebRTC). Works with --use-fake-device-for-media-stream. |
const char kUseFakeUIForMediaStream[] = "use-fake-ui-for-media-stream"; |