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

Unified Diff: chrome/test/data/extensions/storage_monitor/write_data/manifest.json

Issue 221933013: Show a notification when an ephemeral app consumes excessive disk space (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webkit_storage_monitor
Patch Set: Fix test failures Created 6 years, 8 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/storage_monitor/write_data/manifest.json
diff --git a/chrome/test/data/extensions/socket_permissions/socket1.json b/chrome/test/data/extensions/storage_monitor/write_data/manifest.json
similarity index 61%
copy from chrome/test/data/extensions/socket_permissions/socket1.json
copy to chrome/test/data/extensions/storage_monitor/write_data/manifest.json
index 35b9be9a343d168992c92109451e69fe32524674..552cd55fa7139cd540a77700b75002e0a06dcdc8 100644
--- a/chrome/test/data/extensions/socket_permissions/socket1.json
+++ b/chrome/test/data/extensions/storage_monitor/write_data/manifest.json
@@ -1,6 +1,6 @@
{
- "name": "effective host permisions test",
- "version": "1.0",
+ "name": "ExtensionStorageMonitorTest",
+ "version": "1",
"manifest_version": 2,
"app": {
"background": {
@@ -8,6 +8,6 @@
}
},
"permissions": [
- "socket"
+ "unlimitedStorage"
]
}
« no previous file with comments | « chrome/test/data/extensions/storage_monitor/write_data/index.js ('k') | extensions/browser/extension_prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698