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

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

Issue 23691012: Renamed packaged_app to legacy_packaged_app in extension feature files. It's (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/simple_feature_unittest.cc
diff --git a/chrome/common/extensions/features/simple_feature_unittest.cc b/chrome/common/extensions/features/simple_feature_unittest.cc
index fc7967fa4bef8eeb367f398386b7e9d9f6015f42..4129d6fd1b7597cf74a720b78636f5cfbb67b3cd 100644
--- a/chrome/common/extensions/features/simple_feature_unittest.cc
+++ b/chrome/common/extensions/features/simple_feature_unittest.cc
@@ -376,7 +376,7 @@ TEST_F(ExtensionSimpleFeatureTest, ParsePackageTypes) {
base::ListValue* extension_types = new base::ListValue();
extension_types->Append(new base::StringValue("extension"));
extension_types->Append(new base::StringValue("theme"));
- extension_types->Append(new base::StringValue("packaged_app"));
+ extension_types->Append(new base::StringValue("legacy_packaged_app"));
extension_types->Append(new base::StringValue("hosted_app"));
extension_types->Append(new base::StringValue("platform_app"));
extension_types->Append(new base::StringValue("shared_module"));

Powered by Google App Engine
This is Rietveld 408576698