| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 2521300121a6e0732550143572feedeae674647e..c533161ea7e753258269a08255d52e999be321b8 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -604,6 +604,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";
|
|
|