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

Unified Diff: extensions/common/manifest_constants.h

Issue 2618493002: Chrome app manifest support for action handlers. (Closed)
Patch Set: Address comments 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.h
diff --git a/extensions/common/manifest_constants.h b/extensions/common/manifest_constants.h
index 64ac2fdaf7f4d7dc09e40ef7a490bc581b3cb199..3bf0176c10c058019f40ec0ab1df119cc775062f 100644
--- a/extensions/common/manifest_constants.h
+++ b/extensions/common/manifest_constants.h
@@ -13,6 +13,7 @@ namespace extensions {
namespace manifest_keys {
extern const char kAboutPage[];
+extern const char kActionHandlers[];
extern const char kAllFrames[];
extern const char kAltKey[];
extern const char kApp[];

Powered by Google App Engine
This is Rietveld 408576698