| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 62955738491c9b319bd03add4bc465bb099ecd90..8a7644c164f226636c11129f1738d8817cbf0536 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -601,6 +601,9 @@ const char kInProcessGPU[] = "in-process-gpu";
|
| // connection from the browser before killing itself.
|
| const char kIPCConnectionTimeout[] = "ipc-connection-timeout";
|
|
|
| +// Chrome is running in Mash.
|
| +const char kIsRunningInMash[] = "is-running-in-mash";
|
| +
|
| // Disable latest shipping ECMAScript 6 features.
|
| const char kDisableJavaScriptHarmonyShipping[] =
|
| "disable-javascript-harmony-shipping";
|
|
|