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

Unified Diff: extensions/common/manifest_constants.cc

Issue 2618493002: Chrome app manifest support for action handlers. (Closed)
Patch Set: Initial upload 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 8d6be3afc21a672ac34961fc5632c51e42d4c070..408b8bf369aeec24ed797ee69d0fffa905b9e7fb 100644
--- a/extensions/common/manifest_constants.cc
+++ b/extensions/common/manifest_constants.cc
@@ -10,6 +10,7 @@ namespace extensions {
namespace manifest_keys {
const char kAboutPage[] = "about_page";
+const char kActionHandlers[] = "action_handlers";
const char kAllFrames[] = "all_frames";
const char kAltKey[] = "altKey";
const char kApp[] = "app";
« chrome/browser/chromeos/note_taking_helper.cc ('K') | « extensions/common/manifest_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698