Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3570)

Unified Diff: chrome/common/extensions/extension_permission_set.h

Issue 10257006: Move Declarative Web Request API out of experimental and make it a feature (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/extension_permission_set.h
diff --git a/chrome/common/extensions/extension_permission_set.h b/chrome/common/extensions/extension_permission_set.h
index 79e8742f2c0365f3f35eb6c492233b3d2cbe9794..d17ba60fe13c26952eecafd71b673e8c24d17153 100644
--- a/chrome/common/extensions/extension_permission_set.h
+++ b/chrome/common/extensions/extension_permission_set.h
@@ -107,6 +107,8 @@ class ExtensionAPIPermission {
kContextMenus,
kCookie,
kDebugger,
+ kDeclarative,
+ kDeclarativeWebRequest,
kDevtools,
kExperimental,
kFileBrowserHandler,

Powered by Google App Engine
This is Rietveld 408576698