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