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

Unified Diff: chrome/test/data/extensions/api_test/sync_file_system/delete_file_system/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/delete_file_system/manifest.json
diff --git a/chrome/test/data/extensions/api_test/sync_file_system/delete_file_system/manifest.json b/chrome/test/data/extensions/api_test/sync_file_system/delete_file_system/manifest.json
index 6d2c1ee8e0f3b6ed56652bbe248b34516ed04248..c95edbc39591a3b3831b78e811a3831b5364f8de 100644
--- a/chrome/test/data/extensions/api_test/sync_file_system/delete_file_system/manifest.json
+++ b/chrome/test/data/extensions/api_test/sync_file_system/delete_file_system/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