summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authorbrg@chromium.com <brg@chromium.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-30 05:25:01 +0000
committerbrg@chromium.com <brg@chromium.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-30 05:25:01 +0000
commitde768a837346f2f78fbc5368bdf1d0c8e37c8f10 (patch)
treeaf9fadc824793d3f9fef771ac312e1e371ee5ded /chrome/common/chrome_switches.h
parentd4e58f35f5d7091aa3ba483e1c02b454b6bfd3f2 (diff)
downloadchromium_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.h')
-rw-r--r--chrome/common/chrome_switches.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index b946241..3c37ea9 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -62,6 +62,7 @@ extern const char kEnableApplicationCache[];
extern const char kEnableBenchmarking[];
extern const char kEnableDatabases[];
extern const char kEnableDesktopNotifications[];
+extern const char kEnableExperimentalExtensionApis[];
extern const char kEnableExperimentalWebGL[];
extern const char kEnableExtensionTimelineApi[];
extern const char kEnableFastback[];