| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index be4cfa8b0b65461de800b9905c97fffa64ff1f3d..0b161fcbe153bc2f17e545aa15a996a8df792e32 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -909,6 +909,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";
|
|
|
|
|