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

Unified Diff: chrome/test/data/extensions/platform_apps/ephemeral_apps/retain_data/manifest.json

Issue 337323003: Remove the ability to retain local data of evicted ephemeral apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove an unused declaration Created 6 years, 6 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/platform_apps/ephemeral_apps/retain_data/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/ephemeral_apps/retain_data/manifest.json b/chrome/test/data/extensions/platform_apps/ephemeral_apps/retain_data/manifest.json
deleted file mode 100644
index 4b9b7efc540b6f8da8d7b70718767b4ddff54c78..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/platform_apps/ephemeral_apps/retain_data/manifest.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Ephemeral Apps Retain Data",
- "version": "1.0",
- "manifest_version": 2,
- "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDT8ZNwuFV1+MZ8K40HD6M7JGQ3dJRxKfj45etp4mOV04lq2ZGF9gLedtTng1dWJcH8HoO7sMaWraMpST/OqPF9qiVoovZqdo/izJ5HJG7f3ZCOtMSCOfBGs8z32YUYcymcbKBOGLbdg+84ckWxGu6l8iPEuJw9EI+8P/WnOpQ4fwIDAQAB",
- "app": {
- "background": {
- "scripts": ["main.js"]
- }
- },
- "permissions": ["storage", "unlimitedStorage"]
-}

Powered by Google App Engine
This is Rietveld 408576698