diff options
author | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-16 09:08:53 +0000 |
---|---|---|
committer | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-16 09:08:53 +0000 |
commit | 6f3e054362bd110c40f39bd1431ca4e57a856bdf (patch) | |
tree | 9685e9cb32b6943442907ff750f869d9667b0317 /chrome/common/extensions/api | |
parent | 0a39be1d765a0e0f4280474e4fc61ae38ec45ded (diff) | |
download | chromium_src-6f3e054362bd110c40f39bd1431ca4e57a856bdf.zip chromium_src-6f3e054362bd110c40f39bd1431ca4e57a856bdf.tar.gz chromium_src-6f3e054362bd110c40f39bd1431ca4e57a856bdf.tar.bz2 |
Final copyedits for beta.
TEST=none
BUG=none
TBR=aa
Review URL: http://codereview.chromium.org/395016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32048 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/api')
-rwxr-xr-x | chrome/common/extensions/api/extension_api.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json index 86e93ed..ec16e65 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 (listeners may be toolstrips or 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='broken'><var>chrome.tabs.connectToTab</var></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."}, { @@ -116,7 +116,7 @@ { "name": "getViews", "type": "function", - "description": "Returns an array of the global JavaScript objects for each of the views running inside the current extension. This includes toolstrips, background pages, and tabs.", + "description": "Returns an array of the global JavaScript objects for each of the views running inside the current extension. This includes background pages and tabs.", "parameters": [], "returns": { "type": "array", @@ -135,6 +135,7 @@ }, { "name": "getToolstrips", + "nodoc": true, "type": "function", "description": "Returns an array of the global JavaScript objects for each of the toolstrip views running inside the current extension. If windowId is specified, returns only the toolstrips attached to the specified window.", "parameters": [ |