| Index: chrome/common/extensions/manifest.cc
|
| diff --git a/chrome/common/extensions/manifest.cc b/chrome/common/extensions/manifest.cc
|
| index 35b99c5257ac8bc78dc774d5a8d1baba25e9bd0f..42362a54477e8311f90e9ae100292b7131dec5c4 100644
|
| --- a/chrome/common/extensions/manifest.cc
|
| +++ b/chrome/common/extensions/manifest.cc
|
| @@ -33,7 +33,7 @@ Manifest::Manifest(Extension::Location location,
|
| } else if (value_->Get(keys::kPlatformAppBackground, NULL)) {
|
| type_ = Extension::TYPE_PLATFORM_APP;
|
| } else {
|
| - type_ = Extension::TYPE_PACKAGED_APP;
|
| + type_ = Extension::TYPE_LEGACY_PACKAGED_APP;
|
| }
|
| } else {
|
| type_ = Extension::TYPE_EXTENSION;
|
|
|