| 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 e5b15efc347633e56ee58362f5abaee7c536e56d..087224ec92a7d869c52bcb6781dafab18c6960b7 100644
|
| --- a/chrome/common/extensions/api/file_browser_private.json
|
| +++ b/chrome/common/extensions/api/file_browser_private.json
|
| @@ -837,7 +837,7 @@
|
| "name": "callback",
|
| "type": "function",
|
| "optional": true,
|
| - "description": "Completion callback. chrome.extension.lastError will be set if there was an error.",
|
| + "description": "Completion callback. chrome.runtime.lastError will be set if there was an error.",
|
| "parameters": []
|
| }
|
| ]
|
| @@ -884,7 +884,7 @@
|
| "name": "callback",
|
| "type": "function",
|
| "optional": true,
|
| - "description": "Completion callback. chrome.extension.lastError will be set if there was an error.",
|
| + "description": "Completion callback. chrome.runtime.lastError will be set if there was an error.",
|
| "parameters": []
|
| }
|
| ]
|
|
|