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

Unified Diff: chrome/test/data/extensions/manifest_tests/filesystemprovider_valid.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/manifest_tests/filesystemprovider_valid.json
diff --git a/chrome/test/data/extensions/manifest_tests/filesystemprovider_valid.json b/chrome/test/data/extensions/manifest_tests/filesystemprovider_valid.json
index 6c04c69b65314b13618d5c44fe6746692ff13aeb..4d0dc294e47d81cbdc8b2e5f8e11f7ba539604f0 100644
--- a/chrome/test/data/extensions/manifest_tests/filesystemprovider_valid.json
+++ b/chrome/test/data/extensions/manifest_tests/filesystemprovider_valid.json
@@ -6,6 +6,7 @@
],
"file_system_provider_capabilities": {
"configurable": false,
+ "watchable": false,
"multiple_mounts": false,
"source": "device"
}

Powered by Google App Engine
This is Rietveld 408576698