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

Unified Diff: chrome/common/extensions/features/feature.cc

Issue 10782030: Add content pack information to Extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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/features/feature.cc
diff --git a/chrome/common/extensions/features/feature.cc b/chrome/common/extensions/features/feature.cc
index 3da8726e386acf3003ece3a22741e6612cb42836..b81636e32a87db4ce895f997668948f099d4e4d9 100644
--- a/chrome/common/extensions/features/feature.cc
+++ b/chrome/common/extensions/features/feature.cc
@@ -23,6 +23,7 @@ struct Mappings {
extension_types["packaged_app"] = Extension::TYPE_PACKAGED_APP;
extension_types["hosted_app"] = Extension::TYPE_HOSTED_APP;
extension_types["platform_app"] = Extension::TYPE_PLATFORM_APP;
+ extension_types["content_pack"] = Extension::TYPE_CONTENT_PACK;
contexts["blessed_extension"] =
extensions::Feature::BLESSED_EXTENSION_CONTEXT;

Powered by Google App Engine
This is Rietveld 408576698