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

Unified Diff: chrome/test/data/extensions/api_test/runtime/update_terminated_extension/v1/manifest.json

Issue 2908513002: Include terminated extensions while retrieving extension version. (Closed)
Patch Set: fix browsertest Created 3 years, 7 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/test/data/extensions/api_test/runtime/update_terminated_extension/v1/manifest.json
diff --git a/chrome/test/data/extensions/api_test/runtime/update_terminated_extension/v1/manifest.json b/chrome/test/data/extensions/api_test/runtime/update_terminated_extension/v1/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..3e36341d40b6d8b2dc5c80ffc759da92b98b4bad
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/runtime/update_terminated_extension/v1/manifest.json
@@ -0,0 +1,6 @@
+{
+ "version": "1",
+ "manifest_version": 2,
+ "name": "Version 1",
+ "background": {"scripts": ["background.js"]}
+}

Powered by Google App Engine
This is Rietveld 408576698