| Index: chrome/common/extensions/manifest.cc
|
| diff --git a/chrome/common/extensions/manifest.cc b/chrome/common/extensions/manifest.cc
|
| index f790c05ac627b20bee531f2f98e1ceb691962c87..a54dfcfe3f73f6cd48263f712fea04d6a90de2e8 100644
|
| --- a/chrome/common/extensions/manifest.cc
|
| +++ b/chrome/common/extensions/manifest.cc
|
| @@ -35,6 +35,8 @@ Manifest::Manifest(Extension::Location location,
|
| } else {
|
| type_ = Extension::TYPE_PACKAGED_APP;
|
| }
|
| + } else if (value_->HasKey(keys::kContentPack)) {
|
| + type_ = Extension::TYPE_CONTENT_PACK;
|
| } else {
|
| type_ = Extension::TYPE_EXTENSION;
|
| }
|
|
|