Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 88cbdc717e0f8a32083c17ffa648e368e89b7206..0dfbee7402c34bcb30c526560971b11f847b023a 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -417,6 +417,9 @@ const char kEnableExtensionActivityLogTesting[] = |
// crbug.com/142458 . |
const char kEnableFastUnload[] = "enable-fast-unload"; |
+// Enable the experimental Ignition interpreter in V8. |
+const char kEnableIgnition[] = "enable-ignition"; |
+ |
// Enables the Material Design version of chrome://extensions. |
const char kEnableMaterialDesignExtensions[] = "enable-md-extensions"; |