summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension.h
diff options
context:
space:
mode:
authorasargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-04 22:10:46 +0000
committerasargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-04 22:10:46 +0000
commiteb25577b3822e6bd44f3c42ff5a1ef28ada1e6dd (patch)
tree0d32cd51e6db889a5580b0fa4dfdf3e27caf66d6 /chrome/common/extensions/extension.h
parentff1d173e3ff3eddd867ed20bbef9fa2375d8580b (diff)
downloadchromium_src-eb25577b3822e6bd44f3c42ff5a1ef28ada1e6dd.zip
chromium_src-eb25577b3822e6bd44f3c42ff5a1ef28ada1e6dd.tar.gz
chromium_src-eb25577b3822e6bd44f3c42ff5a1ef28ada1e6dd.tar.bz2
Relanding "Take extension 'management' API out of experimental."
This includes the original code plus changes to 2 new files to fix a test that was failing: chrome/browser/resources/webstore_app/manifest.json chrome/test/data/extensions/api_test/extension_gallery_install/test.html Original review url was: http://codereview.chromium.org/3537010 BUG=56399 TEST=You should be able to write an extension using the management API. TBR=aa@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61422 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 b1b00d3..630f1af 100644
--- a/chrome/common/extensions/extension.h
+++ b/chrome/common/extensions/extension.h
@@ -179,6 +179,7 @@ class Extension {
static const char kGeolocationPermission[];
static const char kHistoryPermission[];
static const char kIdlePermission[];
+ static const char kManagementPermission[];
static const char kNotificationPermission[];
static const char kProxyPermission[];
static const char kTabPermission[];