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

Unified Diff: chrome/test/data/extensions/api_test/file_system_provider/mount/manifest.json

Issue 1221093002: Add support for refreshing contents of providers which don't support watchers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests. Created 5 years, 5 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/file_system_provider/mount/manifest.json
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/mount/manifest.json b/chrome/test/data/extensions/api_test/file_system_provider/mount/manifest.json
index 4ef91b91902679e27bb2b5b1c7de4d32cf07ef7c..d703f8a092eec25287774260b5ce52dce502281c 100644
--- a/chrome/test/data/extensions/api_test/file_system_provider/mount/manifest.json
+++ b/chrome/test/data/extensions/api_test/file_system_provider/mount/manifest.json
@@ -7,7 +7,6 @@
"description": "Test for chrome.fileSystemProvider.mount().",
"permissions": ["fileSystemProvider", "fileManagerPrivate"],
"file_system_provider_capabilities": {
- "multiple_mounts": true,
"source": "network"
},
"app": {

Powered by Google App Engine
This is Rietveld 408576698