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 3b28fd858ec4762d822e0cb9e2591af64c7a31e3..fefcc258027879027c0969ca0bedca27bc59b98c 100644 |
--- a/chrome/common/extensions/api/file_browser_private.json |
+++ b/chrome/common/extensions/api/file_browser_private.json |
@@ -388,6 +388,23 @@ |
] |
}, |
{ |
+ "name": "setDefaultTask", |
+ "description": "Sets default task.", |
+ "parameters": [ |
+ { |
+ "name": "taskId", |
+ "type": "string", |
+ "description": "The unique identifier of task to mark as default." |
+ }, |
+ { |
+ "name": "callback", |
+ "type": "function", |
+ "optional": true, |
+ "parameters": [] |
+ } |
+ ] |
+ }, |
+ { |
"name": "getFileTasks", |
"description": "Gets the list of tasks that can be performed over selected files.", |
"parameters": [ |