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

Unified Diff: chrome/common/extensions/manifest.cc

Issue 10909239: Rename PACKAGED_APP references to LEGACY_PACKAGED_APP (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Comments 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
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;

Powered by Google App Engine
This is Rietveld 408576698