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

Unified Diff: chrome/common/extensions/api/_manifest_features.json

Issue 10966018: Make Extension::ShouldDisplayInLauncher driven by manifest property. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « chrome/browser/resources/cloud_print_app/manifest.json ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/_manifest_features.json
diff --git a/chrome/common/extensions/api/_manifest_features.json b/chrome/common/extensions/api/_manifest_features.json
index e42a08870918546370a35a2d6df7fe59f6d18f41..a8c73be83e567f0788d51f036f17376f1fce7fb5 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -93,6 +93,11 @@
"channel": "stable",
"extension_types": ["extension", "packaged_app"]
},
+ "display_in_launcher": {
+ "channel": "stable",
+ "extension_types": ["packaged_app", "platform_app"],
+ "location": "component"
+ },
"file_browser_handlers": {
"channel": "stable",
"extension_types": ["extension", "packaged_app"]
« no previous file with comments | « chrome/browser/resources/cloud_print_app/manifest.json ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698