| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 30815)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -166,7 +166,7 @@
|
|
|
| // Enables extension APIs that are in development.
|
| const char kEnableExperimentalExtensionApis[] =
|
| - "--enable-experimental-extension-apis";
|
| + "enable-experimental-extension-apis";
|
|
|
| // Enable experimental WebGL support.
|
| const char kEnableExperimentalWebGL[] = "enable-webgl";
|
|
|