diff options
author | cduvall@chromium.org <cduvall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-07 01:16:20 +0000 |
---|---|---|
committer | cduvall@chromium.org <cduvall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-07 01:16:20 +0000 |
commit | 6f51decb5cbc32b38ab69406de9dd13998d45b99 (patch) | |
tree | fe53605c7c99b4f52d03a47fad5a1bf8d5180927 /chrome/common/extensions/docs/templates/intros/tabs.html | |
parent | 6087e7b45fe22041784f66d7d595c92334e2cfda (diff) | |
download | chromium_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/docs/templates/intros/tabs.html')
-rw-r--r-- | chrome/common/extensions/docs/templates/intros/tabs.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/common/extensions/docs/templates/intros/tabs.html b/chrome/common/extensions/docs/templates/intros/tabs.html index 8002b16..88e750e 100644 --- a/chrome/common/extensions/docs/templates/intros/tabs.html +++ b/chrome/common/extensions/docs/templates/intros/tabs.html @@ -26,10 +26,10 @@ For example: }</pre> <p> -Three methods (<a href="#method-create"><code>create</code></a>, -<a href="#method-update"><code>update</code></a> and -<a href="#method-remove"><code>remove</code></a>) and one event -(<a href="#event-onRemoved"><code>onRemoved</code></a>) don't require the "tabs" +Three methods ($ref:tabs.create, +$ref:tabs.update and +$ref:tabs.remove) and one event +($ref:tabs.onRemoved) don't require the "tabs" permission. </p> |