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

Unified Diff: chrome/common/extensions/api/manifest_types.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/common/extensions/api/manifest_types.json
diff --git a/chrome/common/extensions/api/manifest_types.json b/chrome/common/extensions/api/manifest_types.json
index ab5eaca64304d57ddb4870dc5fcdf3a41fd782c1..7faca6884b2f93c2976f2888c1267b9370b2eba2 100644
--- a/chrome/common/extensions/api/manifest_types.json
+++ b/chrome/common/extensions/api/manifest_types.json
@@ -191,6 +191,11 @@
"optional": true,
"description": "Whether multiple (more than one) mounted file systems are supported. By default: <code>false</code>."
},
+ "watchable": {
+ "type": "boolean",
+ "optional": true,
+ "description": "Whether setting watchers and notifying about changes is supported. By default: <code>false</code>."
+ },
"source": {
"$ref": "FileSystemProviderSource",
"description": "Source of data for mounted file systems."

Powered by Google App Engine
This is Rietveld 408576698