| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index fdf50ccad1f8daafb6e40ad0bd99ea66ebb24e84..88690e64e900329871160394921a4a6907229a2c 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -908,6 +908,9 @@ const char kTraceStartupFile[] = "trace-startup-file";
|
| extern const char kUIPrioritizeInGpuProcess[] =
|
| "ui-prioritize-in-gpu-process";
|
|
|
| +// 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";
|
|
|
|
|