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

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

Issue 447783003: Remove service worker concepts from apps/extensions manifest parsing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/manifest_unittest.cc
diff --git a/chrome/common/extensions/manifest_unittest.cc b/chrome/common/extensions/manifest_unittest.cc
index df16a1d636aa240e8cf62d0d34611a67983413d3..97150f19fdc13c32972f3c036172a220d132ca76 100644
--- a/chrome/common/extensions/manifest_unittest.cc
+++ b/chrome/common/extensions/manifest_unittest.cc
@@ -159,12 +159,6 @@ TEST_F(ManifestTest, ExtensionTypes) {
MutateManifest(
&manifest, keys::kPlatformAppBackground, NULL);
- // Platform app with service worker.
- MutateManifest(
- &manifest, keys::kPlatformAppServiceWorker, new base::DictionaryValue());
- AssertType(manifest.get(), Manifest::TYPE_PLATFORM_APP);
- MutateManifest(&manifest, keys::kPlatformAppServiceWorker, NULL);
-
// Hosted app.
MutateManifest(
&manifest, keys::kWebURLs, new base::ListValue());
« no previous file with comments | « chrome/common/extensions/manifest_tests/extension_manifests_service_worker_unittest.cc ('k') | extensions/common/manifest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698