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

Unified Diff: chrome/browser/sync/test/integration/sync_extension_helper.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/browser/sync/test/integration/sync_extension_helper.cc
diff --git a/chrome/browser/sync/test/integration/sync_extension_helper.cc b/chrome/browser/sync/test/integration/sync_extension_helper.cc
index c17a90977d0efe0e7edd4e4b1697a545a93f9583..f43dee2ae2cf9b05b7c43298effea1359f95eea5 100644
--- a/chrome/browser/sync/test/integration/sync_extension_helper.cc
+++ b/chrome/browser/sync/test/integration/sync_extension_helper.cc
@@ -277,7 +277,7 @@ scoped_refptr<Extension> CreateExtension(
source.Set(extension_manifest_keys::kTheme, new DictionaryValue());
break;
case Extension::TYPE_HOSTED_APP:
- case Extension::TYPE_PACKAGED_APP:
+ case Extension::TYPE_LEGACY_PACKAGED_APP:
source.Set(extension_manifest_keys::kApp, new DictionaryValue());
source.SetString(extension_manifest_keys::kLaunchWebURL,
"http://www.example.com");

Powered by Google App Engine
This is Rietveld 408576698