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

Unified Diff: extensions/common/manifest_constants.cc

Issue 2618493002: Chrome app manifest support for action handlers. (Closed)
Patch Set: Make //components/version_info:version_info dep explicit Created 3 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: extensions/common/manifest_constants.cc
diff --git a/extensions/common/manifest_constants.cc b/extensions/common/manifest_constants.cc
index 5f1d4e0342814534e0e1a879f40e80743e65a2af..43f441f9c7f1456230393ecc03a54bad04b2267c 100644
--- a/extensions/common/manifest_constants.cc
+++ b/extensions/common/manifest_constants.cc
@@ -187,6 +187,7 @@ const char kWebviewName[] = "name";
const char kWebviewPartitions[] = "partitions";
const char kWhitelist[] = "whitelist";
#if defined(OS_CHROMEOS)
+const char kActionHandlers[] = "action_handlers";
const char kFileSystemProviderCapabilities[] =
"file_system_provider_capabilities";
#endif
@@ -738,6 +739,10 @@ const char kWebRequestConflictsWithLazyBackground[] =
#if defined(OS_CHROMEOS)
const char kIllegalPlugins[] =
"Extensions cannot install plugins on Chrome OS.";
+const char kInvalidActionHandlersActionType[] =
+ "Invalid entry in 'action_handlers': \"*\".";
+const char kInvalidActionHandlersType[] =
+ "Invalid value for 'action_handlers'. Value must be a list of strings.";
const char kInvalidFileSystemProviderMissingCapabilities[] =
"The 'fileSystemProvider' permission requires the "
"'file_system_provider_capabilities' section to be specified in the "
« no previous file with comments | « extensions/common/manifest_constants.h ('k') | extensions/common/manifest_handlers/action_handlers_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698