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

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

Issue 314613002: Add list of Shared Modules to App Info Dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed WeakPtrFactory Created 6 years, 7 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: 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 9213d32c1c558ff52dee9de25200913aebdf78e4..3592bcdaa994b23ae56dbf10f0916895ea942432 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -299,7 +299,7 @@
"options_page": {
"channel": "stable",
"extension_types": [
- "extension", "legacy_packaged_app", "hosted_app"
+ "extension", "legacy_packaged_app", "hosted_app", "shared_module"
]
},
"page_action": {

Powered by Google App Engine
This is Rietveld 408576698