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

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

Issue 10458063: Add sanbdoxed_pages to allow extension/app pages to be served in a sandboxed, unique origin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CheckCurrentContextAccessToExtensionAPI Created 8 years, 6 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_manifest_constants.h
diff --git a/chrome/common/extensions/extension_manifest_constants.h b/chrome/common/extensions/extension_manifest_constants.h
index d078a95f84ba78f75656ec1697713c61e67fba5d..bb285f4a64465a3ac9e0c359dc50af27fb9471a0 100644
--- a/chrome/common/extensions/extension_manifest_constants.h
+++ b/chrome/common/extensions/extension_manifest_constants.h
@@ -100,6 +100,8 @@ namespace extension_manifest_keys {
extern const char kPublicKey[];
extern const char kRequirements[];
extern const char kRunAt[];
+ extern const char kSandboxedPages[];
+ extern const char kSandboxedPagesCSP[];
extern const char kShiftKey[];
extern const char kShortcutKey[];
extern const char kSignature[];
@@ -275,6 +277,9 @@ namespace extension_manifest_errors {
extern const char kInvalidRequirement[];
extern const char kInvalidRequirements[];
extern const char kInvalidRunAt[];
+ extern const char kInvalidSandboxedPagesList[];
+ extern const char kInvalidSandboxedPage[];
+ extern const char kInvalidSandboxedPagesCSP[];
extern const char kInvalidSignature[];
extern const char kInvalidTheme[];
extern const char kInvalidThemeColors[];

Powered by Google App Engine
This is Rietveld 408576698