diff options
author | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-07 22:21:00 +0000 |
---|---|---|
committer | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-07 22:21:00 +0000 |
commit | 929feb6e1da1dc00c2ffa822cd71e683a007c5da (patch) | |
tree | 255566e44ccaa038d88599ad09923f3c5fe1ae1b /chrome | |
parent | 57279b98cf12689c603425fecec9d6e3e85515f5 (diff) | |
download | chromium_src-929feb6e1da1dc00c2ffa822cd71e683a007c5da.zip chromium_src-929feb6e1da1dc00c2ffa822cd71e683a007c5da.tar.gz chromium_src-929feb6e1da1dc00c2ffa822cd71e683a007c5da.tar.bz2 |
Submitting Arne's fix (http://codereview.chromium.org/521062).
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/521064
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35741 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rwxr-xr-x | chrome/common/extensions/api/extension_api.json | 2 | ||||
-rw-r--r-- | chrome/common/extensions/docs/extension.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json index 29622b9..401ed23 100755 --- a/chrome/common/extensions/api/extension_api.json +++ b/chrome/common/extensions/api/extension_api.json @@ -57,7 +57,7 @@ "name": "connect", "type": "function", "unprivileged": true, - "description": "Attempts to connect to other listeners within the extension (such as the extension's background page). This is primarily useful for content scripts connecting to their extension processes. Extensions may connect to content scripts embedded in tabs via <a href='broken'><var>chrome.tabs.connectToTab</var></a>.", + "description": "Attempts to connect to other listeners within the extension (such as the extension's background page). This is primarily useful for content scripts connecting to their extension processes. Extensions may connect to content scripts embedded in tabs via <a href='tabs.html#method-connect'><code>chrome.tabs.connect()</code></a>.", "parameters": [ {"type": "string", "name": "extensionId", "optional": true, "description": "The extension ID of the extension you want to connect to. If omitted, default is your own extension."}, { diff --git a/chrome/common/extensions/docs/extension.html b/chrome/common/extensions/docs/extension.html index e23fe3f..58028a4 100644 --- a/chrome/common/extensions/docs/extension.html +++ b/chrome/common/extensions/docs/extension.html @@ -432,7 +432,7 @@ For details, see <div class="description"> <p class="todo" style="display: none; ">Undocumented.</p> - <p>Attempts to connect to other listeners within the extension (such as the extension's background page). This is primarily useful for content scripts connecting to their extension processes. Extensions may connect to content scripts embedded in tabs via <a href="broken"><var>chrome.tabs.connectToTab</var></a>.</p> + <p>Attempts to connect to other listeners within the extension (such as the extension's background page). This is primarily useful for content scripts connecting to their extension processes. Extensions may connect to content scripts embedded in tabs via <a href="tabs.html#method-connect"><code>chrome.tabs.connect()</code></a>.</p> <!-- PARAMETERS --> <h4>Parameters</h4> |