| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 7bfbf039fc146153e7f3c548740766007fb5ce06..f072334ca3ff5497b490bf63067a48b6dc1468dc 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -886,9 +886,6 @@ extern const char kUIPrioritizeInGpuProcess[] =
|
| // 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";
|
|
|