diff options
author | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-04 18:28:09 +0000 |
---|---|---|
committer | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-04 18:28:09 +0000 |
commit | 35fbcd2b93556bbdf876d2b0f06db98f4a7a10e1 (patch) | |
tree | b343928c6837d058aacafa728f46125b381c1807 /chrome/common/extensions/docs/index.html | |
parent | cf763c5317a34bdf18609ea93127390425e0f206 (diff) | |
download | chromium_src-35fbcd2b93556bbdf876d2b0f06db98f4a7a10e1.zip chromium_src-35fbcd2b93556bbdf876d2b0f06db98f4a7a10e1.tar.gz chromium_src-35fbcd2b93556bbdf876d2b0f06db98f4a7a10e1.tar.bz2 |
Add extension.getURL to extension_api.json so it appears in the docs.
This will not clobber the implementation which is bound in renderer_process_bindings.js.
BUG=none
Review URL: http://codereview.chromium.org/200015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25480 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/index.html')
-rwxr-xr-x | chrome/common/extensions/docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/index.html b/chrome/common/extensions/docs/index.html index d09503d..76f9d92 100755 --- a/chrome/common/extensions/docs/index.html +++ b/chrome/common/extensions/docs/index.html @@ -16,7 +16,7 @@ <script type="text/javascript" src="js/bootstrap.js"></script> <title>Google Chrome Extensions: Developer Documentation</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> - <!-- In particular, sub-templates that recursive, must be used by allowing + <!-- In particular, sub-templates that recurse, must be used by allowing jstemplate to make a copy of the template in this section which are not operated on by way of the jsskip="true" --> <div style="display:none"> |