| Index: chrome/common/extensions/api/runtime.json
|
| diff --git a/chrome/common/extensions/api/runtime.json b/chrome/common/extensions/api/runtime.json
|
| index e67323afc939a52dd4c89d79b7517628732f81cf..fc2f988a973a0053a1fad13b5245ac51aaa1e989 100644
|
| --- a/chrome/common/extensions/api/runtime.json
|
| +++ b/chrome/common/extensions/api/runtime.json
|
| @@ -111,7 +111,7 @@
|
| }
|
| },
|
| {
|
| - "name": "setUninstallUrl",
|
| + "name": "setUninstallURL",
|
| "type": "function",
|
| "unpriviledged": true,
|
| "description": "Sets the URL to be visited upon uninstallation. This may be used to clean up server-side data, do analytics, and implement surveys. Maximum 255 characters.",
|
|
|