| Index: chrome/common/extensions/api/experimental.app.json
|
| diff --git a/chrome/common/extensions/api/experimental.app.json b/chrome/common/extensions/api/experimental.app.json
|
| index 2cd1fc8fb56ad5d38aae52388971b4f3a84ccdb1..afc867a748abfe868cd9fe88813003207ef75a5f 100644
|
| --- a/chrome/common/extensions/api/experimental.app.json
|
| +++ b/chrome/common/extensions/api/experimental.app.json
|
| @@ -68,7 +68,8 @@
|
| "type": "function",
|
| "name": "callback",
|
| "optional": true,
|
| - "description": "A callback when the function is complete. Any errors will be reported in <a href='extension.html#property-lastError'>chrome.extension.lastError</a>."
|
| + "description": "A callback when the function is complete. Any errors will be reported in <a href='extension.html#property-lastError'>chrome.extension.lastError</a>.",
|
| + "parameters": []
|
| }
|
| ]
|
| },
|
| @@ -102,7 +103,8 @@
|
| "type": "function",
|
| "name": "callback",
|
| "optional": true,
|
| - "description": "A callback when the function is complete. Any errors will be reported in <a href='extension.html#property-lastError'>chrome.extension.lastError</a>."
|
| + "description": "A callback when the function is complete. Any errors will be reported in <a href='extension.html#property-lastError'>chrome.extension.lastError</a>.",
|
| + "parameters": []
|
| }
|
| ]
|
| },
|
| @@ -128,7 +130,8 @@
|
| "type": "function",
|
| "name": "callback",
|
| "optional": true,
|
| - "description": "A callback when the function is complete. Any errors will be reported in <a href='extension.html#property-lastError'>chrome.extension.lastError</a>."
|
| + "description": "A callback when the function is complete. Any errors will be reported in <a href='extension.html#property-lastError'>chrome.extension.lastError</a>.",
|
| + "parameters": []
|
| }
|
| ]
|
| }
|
|
|