summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/api/permissions.json
diff options
context:
space:
mode:
authorcduvall@chromium.org <cduvall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-07 01:16:20 +0000
committercduvall@chromium.org <cduvall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-07 01:16:20 +0000
commit6f51decb5cbc32b38ab69406de9dd13998d45b99 (patch)
treefe53605c7c99b4f52d03a47fad5a1bf8d5180927 /chrome/common/extensions/api/permissions.json
parent6087e7b45fe22041784f66d7d595c92334e2cfda (diff)
downloadchromium_src-6f51decb5cbc32b38ab69406de9dd13998d45b99.zip
chromium_src-6f51decb5cbc32b38ab69406de9dd13998d45b99.tar.gz
chromium_src-6f51decb5cbc32b38ab69406de9dd13998d45b99.tar.bz2
Content changes for https://codereview.chromium.org/11411370/
All <a> links to API pages have been replaced with $ref links. A presubmit check has been added to make sure no old-style links sneak in. This just has the content changes. Server changes are here: https://codereview.chromium.org/11411370/ BUG=162942 Review URL: https://codereview.chromium.org/11442016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171668 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/api/permissions.json')
-rw-r--r--chrome/common/extensions/api/permissions.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/api/permissions.json b/chrome/common/extensions/api/permissions.json
index 4f4b362..d4a8689 100644
--- a/chrome/common/extensions/api/permissions.json
+++ b/chrome/common/extensions/api/permissions.json
@@ -95,7 +95,7 @@
{
"name": "request",
"type": "function",
- "description": "Requests access to the specified permissions. These permissions must be defined in the optional_permissions field of the manifest. If there are any problems requesting the permissions, <a href='extension.html#property-lastError'>chrome.extension.lastError</a> will be set.",
+ "description": "Requests access to the specified permissions. These permissions must be defined in the optional_permissions field of the manifest. If there are any problems requesting the permissions, $ref:runtime.lastError will be set.",
"parameters": [
{
"name": "permissions",
@@ -118,7 +118,7 @@
{
"name": "remove",
"type": "function",
- "description": "Removes access to the specified permissions. If there are any problems removing the permissions, <a href='extension.html#property-lastError'>chrome.extension.lastError</a> will be set.",
+ "description": "Removes access to the specified permissions. If there are any problems removing the permissions, $ref:runtime.lastError will be set.",
"parameters": [
{
"name": "permissions",