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

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

Issue 9317013: Add a centralized mechanism for whitelisting access to extension permissions. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix a couple tests Created 8 years, 11 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_constants.h
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
index cf9f16eb547c309bfdd30a1b37594d1f602d27b5..5e5fbbfcb4720514086496d26d7a6843f6e911c4 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -349,6 +349,9 @@ namespace extension_misc {
// The extension id of the bookmark manager.
extern const char kBookmarkManagerId[];
+ // The extension id of the Enterprise Web Store component application.
+ extern const char kEnterpriseWebStoreAppId[];
+
// The extension id of the Web Store component application.
extern const char kWebStoreAppId[];

Powered by Google App Engine
This is Rietveld 408576698