diff options
author | brg@chromium.com <brg@chromium.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-30 05:25:01 +0000 |
---|---|---|
committer | brg@chromium.com <brg@chromium.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-30 05:25:01 +0000 |
commit | de768a837346f2f78fbc5368bdf1d0c8e37c8f10 (patch) | |
tree | af9fadc824793d3f9fef771ac312e1e371ee5ded /chrome/common/chrome_switches.cc | |
parent | d4e58f35f5d7091aa3ba483e1c02b454b6bfd3f2 (diff) | |
download | chromium_src-de768a837346f2f78fbc5368bdf1d0c8e37c8f10.zip chromium_src-de768a837346f2f78fbc5368bdf1d0c8e37c8f10.tar.gz chromium_src-de768a837346f2f78fbc5368bdf1d0c8e37c8f10.tar.bz2 |
Implement the Extension History API, v 0.1.The first version is a weak wrapper around the HistoryServices object in Chrome.BUG=22952TEST=browser_tests.exe --gtest_filer=ExtensionApiTest.History
Review URL: http://codereview.chromium.org/313001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30561 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index c6d94ed6..1099dd55 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -164,6 +164,10 @@ const char kEnableDatabases[] = "enable-databases"; // 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"; |