Chromium Code Reviews| Index: chrome/common/extensions/api/file_browser_private.json |
| diff --git a/chrome/common/extensions/api/file_browser_private.json b/chrome/common/extensions/api/file_browser_private.json |
| index 4e90de18324dd8fbd2ff7e6bb8a776315be8fc11..18832aa796cc2cc18abc408cab89c3dfabcd8ff0 100644 |
| --- a/chrome/common/extensions/api/file_browser_private.json |
| +++ b/chrome/common/extensions/api/file_browser_private.json |
| @@ -932,6 +932,17 @@ |
| ] |
| } |
| ] |
| + }, |
| + { |
| + "name": "requestDirectoryRefresh", |
| + "description": "Requests a refresh of a directory. Used to get the latest metadata of files in a particular directory. Upon completion, onFileChanged event is raised.", |
|
asargent_no_longer_on_chrome
2012/05/18 23:22:34
Does onFileChanged fire even if the item at |fileU
satorux1
2012/05/18 23:42:19
Thank you for the suggestion. I thought that notif
satorux1
2012/05/19 00:09:19
I played with the new idea, but I changed my mind
|
| + "parameters": [ |
| + { |
| + "name": "fileURL", |
| + "type": "string", |
| + "description": "URL of the target directory" |
| + } |
| + ] |
| } |
| ], |
| "events": [ |