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

Unified Diff: chrome/test/data/extensions/api_test/sync_file_system/get_usage_and_quota/manifest.json

Issue 11368160: Added combined test for Syncable File System to write file and then get that usage gets updated. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix after rebase Created 8 years, 1 month 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/sync_file_system/get_usage_and_quota/manifest.json
diff --git a/chrome/test/data/extensions/api_test/sync_file_system/get_usage_and_quota/manifest.json b/chrome/test/data/extensions/api_test/sync_file_system/get_usage_and_quota/manifest.json
index 6916d635b44d2c579b92183393b9b0b1ada93b59..df489aedce2dde2c4b817b54ce3d296b8c33b90c 100644
--- a/chrome/test/data/extensions/api_test/sync_file_system/get_usage_and_quota/manifest.json
+++ b/chrome/test/data/extensions/api_test/sync_file_system/get_usage_and_quota/manifest.json
@@ -6,7 +6,7 @@
"permissions": ["syncFileSystem"],
"app": {
"background": {
- "scripts": ["test.js"]
+ "scripts": ["test.js"]
}
}
}

Powered by Google App Engine
This is Rietveld 408576698