summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension.h
diff options
context:
space:
mode:
authorskerner@chromium.org <skerner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-01 21:17:00 +0000
committerskerner@chromium.org <skerner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-01 21:17:00 +0000
commitbb0a6a0af3be6d24a5c8f9ebd2e686347a5c882d (patch)
tree8232bb6244024f924040bef3d807f244054448bc /chrome/common/extensions/extension.h
parent1de623f2d7413081fe196d943ebae18b0a1b0ec4 (diff)
downloadchromium_src-bb0a6a0af3be6d24a5c8f9ebd2e686347a5c882d.zip
chromium_src-bb0a6a0af3be6d24a5c8f9ebd2e686347a5c882d.tar.gz
chromium_src-bb0a6a0af3be6d24a5c8f9ebd2e686347a5c882d.tar.bz2
Move history API out of experimental. Allow extensions to override history page.
BUG=32362 TEST=ExtensionApiTest.History, ExtensionApiTest.Overrides, manual testing. Review URL: http://codereview.chromium.org/1530002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43387 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/extension.h')
-rw-r--r--chrome/common/extensions/extension.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
index f4c797e..7964052 100644
--- a/chrome/common/extensions/extension.h
+++ b/chrome/common/extensions/extension.h
@@ -92,6 +92,7 @@ class Extension {
static const char* kNotificationPermission;
static const char* kExperimentalPermission;
static const char* kUnlimitedStoragePermission;
+ static const char* kHistoryPermission;
static const char* kPermissionNames[];
static const size_t kNumPermissions;