Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 4383bb36f8b81e4ffbbc33573fb77825274cd94c..12a3563e57c738ff6f3597bbebb15edad5f86b8b 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"; |