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

Unified Diff: extensions/common/manifest_constants.cc

Issue 263703002: Allow shared modules to whitelist extensions that import them. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: feedback Created 6 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
« no previous file with comments | « extensions/common/manifest_constants.h ('k') | extensions/common/manifest_handlers/shared_module_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/manifest_constants.cc
diff --git a/extensions/common/manifest_constants.cc b/extensions/common/manifest_constants.cc
index e0433b3b00e6ca2a7d6020df8a4c672b3f08dd60..03129a30c325599ed2ee92619aab78a9c7203308 100644
--- a/extensions/common/manifest_constants.cc
+++ b/extensions/common/manifest_constants.cc
@@ -171,6 +171,7 @@ const char kWebview[] = "webview";
const char kWebviewAccessibleResources[] = "accessible_resources";
const char kWebviewName[] = "name";
const char kWebviewPartitions[] = "partitions";
+const char kWhitelist[] = "whitelist";
} // namespace manifest_keys
@@ -330,6 +331,10 @@ const char kInvalidExportResources[] =
"Invalid value for 'export.resources'.";
const char kInvalidExportResourcesString[] =
"Invalid value for 'export.resources[*]'.";
+const char kInvalidExportWhitelist[] =
+ "Invalid value for 'export.whitelist'.";
+const char kInvalidExportWhitelistString[] =
+ "Invalid value for 'export.whitelist[*]'.";
const char kInvalidFileAccessList[] =
"Invalid value for 'file_access'.";
const char kInvalidFileAccessValue[] =
« no previous file with comments | « extensions/common/manifest_constants.h ('k') | extensions/common/manifest_handlers/shared_module_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698