diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-04 02:26:02 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-04 02:26:02 +0000 |
commit | 4484eda1d0ef0ae06129907e9e4c24da2ad395b2 (patch) | |
tree | ad51337b77555ab45cabe4276ebe6481e9dcee62 /chrome/common/chrome_switches.cc | |
parent | 0e66bc0613caa6dcd577f52404becb1e854c6a16 (diff) | |
download | chromium_src-4484eda1d0ef0ae06129907e9e4c24da2ad395b2.zip chromium_src-4484eda1d0ef0ae06129907e9e4c24da2ad395b2.tar.gz chromium_src-4484eda1d0ef0ae06129907e9e4c24da2ad395b2.tar.bz2 |
Fixing what appears to be a typo. This will unbreak CF's command-line
whitelisting of this flag.
BUG=none
TEST=The following command should not assert: chrome\Debug\servers\chrome_launcher.exe --enable-experimental-extension-apis
Review URL: http://codereview.chromium.org/353026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30928 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index a1d66b9..38fbcf4 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -166,7 +166,7 @@ const char kEnableDesktopNotifications[] = "enable-desktop-notifications"; // 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"; |