| 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 8e44a6a46827cd8778350d622d9b977ee75ab76d..132a56a53b34d241d8555dcef49eda6f72bf4d3f 100644
|
| --- a/chrome/common/extensions/api/file_browser_private.json
|
| +++ b/chrome/common/extensions/api/file_browser_private.json
|
| @@ -5,7 +5,7 @@
|
| [
|
| {
|
| "namespace":"fileBrowserPrivate",
|
| - "nodoc": "true",
|
| + "description": "none",
|
| "types": [
|
| {
|
| "id": "FileBrowserTask",
|
| @@ -450,7 +450,7 @@
|
| "optional": true,
|
| "parameters": []
|
| }
|
| - ]
|
| + ]
|
| },
|
| {
|
| "name": "getFileTasks",
|
| @@ -1136,7 +1136,7 @@
|
| {
|
| "name": "callback",
|
| "type": "function",
|
| - "description": "Called back when the check is finished.",
|
| + "description": "Called back when the check is finished.",
|
| "parameters": [
|
| {
|
| "name": "result",
|
|
|