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

Unified Diff: chrome/common/extensions/api/file_system_provider.idl

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/file_system_provider.idl
diff --git a/chrome/common/extensions/api/file_system_provider.idl b/chrome/common/extensions/api/file_system_provider.idl
index dedbb2a0793023c9993a6187a4a4d009a9ac50cf..96ef449a7160a2f4136c20dd77ba3ccc13fd3cd8 100644
--- a/chrome/common/extensions/api/file_system_provider.idl
+++ b/chrome/common/extensions/api/file_system_provider.idl
@@ -544,6 +544,9 @@ namespace fileSystemProvider {
// notification always reported, even if the system was shutdown. The last
// tag can be obtained with $(ref:getAll).
//
+ // To use, the <code>file_system_provider.notify</code> manifest option
+ // must be set to true.
+ //
// Value of <code>tag</code> can be any string which is unique per call,
// so it's possible to identify the last registered notification. Eg. if
// the providing extension starts after a reboot, and the last registered

Powered by Google App Engine
This is Rietveld 408576698