Chromium Code Reviews| Index: extensions/common/api/runtime.json |
| diff --git a/extensions/common/api/runtime.json b/extensions/common/api/runtime.json |
| index 2c80cea9a936c0f312fdfe80a5ee995aad931315..8c3356af17ef0a6b0a8ed73f9acbb8ece6472569 100644 |
| --- a/extensions/common/api/runtime.json |
| +++ b/extensions/common/api/runtime.json |
| @@ -191,7 +191,15 @@ |
| { |
| "type": "string", |
| "name": "url", |
| - "maxLength": 255 |
| + "maxLength": 255, |
| + "description": "URL to be opened after the extension is uninstalled. This must be a HTTP or HTTPS URL. Set an empty string to not open a new tab upon uninstallation." |
|
not at google - send to devlin
2015/08/10 22:33:02
"a HTTP" --> "an HTTP"
and really it's more corre
|
| + }, |
| + { |
| + "type": "function", |
| + "name": "callback", |
| + "optional": true, |
| + "description": "Called when the uninstall URL is set. If the given URL is invalid, $(ref:runtime.lastError) will be set.", |
| + "parameters": [] |
| } |
| ] |
| }, |