Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 30450) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -164,6 +164,10 @@ |
// Enabled desktop notifications. |
const char kEnableDesktopNotifications[] = "enable-desktop-notifications"; |
+// Enables extension APIs that are in development. |
+const char kEnableExperimentalExtensionApis[] = |
+ "--enable-experimental-extension-apis"; |
+ |
// Enable experimental WebGL support. |
const char kEnableExperimentalWebGL[] = "enable-webgl"; |