| 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
|
|
|