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

Unified Diff: chrome/test/data/extensions/api_test/service_worker/update/v1/manifest.json

Issue 1432823003: Add a test to cover service worker update codepath when extension is updated (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove SW.register() from v2 extension Created 5 years 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/test/data/extensions/api_test/service_worker/update/v1/manifest.json
diff --git a/chrome/test/data/extensions/api_test/request_quota_background/manifest.json b/chrome/test/data/extensions/api_test/service_worker/update/v1/manifest.json
similarity index 67%
copy from chrome/test/data/extensions/api_test/request_quota_background/manifest.json
copy to chrome/test/data/extensions/api_test/service_worker/update/v1/manifest.json
index 3016a4398474993e54a5211a26ae9a4c80320634..f9b4d278f74afd389674b50d0482b8ef655c2371 100644
--- a/chrome/test/data/extensions/api_test/request_quota_background/manifest.json
+++ b/chrome/test/data/extensions/api_test/service_worker/update/v1/manifest.json
@@ -1,5 +1,5 @@
{
- "name": "Test requestQuota in background page",
+ "name": "Service worker with extension update",
"version": "1.0",
"manifest_version": 2,
"background": {

Powered by Google App Engine
This is Rietveld 408576698