diff options
author | mpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-06 19:48:41 +0000 |
---|---|---|
committer | mpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-06 19:48:41 +0000 |
commit | 4acbedb1fe0f43802c64027cf7cbf81441297a95 (patch) | |
tree | 3a0158bbc585005d53c8728ecd95a74963af3ac9 /chrome/common/extensions/docs/windows.html | |
parent | 9a248ef87e5f7f569ff32e9b2c6df3ed3622c71f (diff) | |
download | chromium_src-4acbedb1fe0f43802c64027cf7cbf81441297a95.zip chromium_src-4acbedb1fe0f43802c64027cf7cbf81441297a95.tar.gz chromium_src-4acbedb1fe0f43802c64027cf7cbf81441297a95.tar.bz2 |
Revamp the docs for message passing, including the new sendRequest API.
BUG=26830
Review URL: http://codereview.chromium.org/375006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31265 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/windows.html')
-rw-r--r-- | chrome/common/extensions/docs/windows.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/windows.html b/chrome/common/extensions/docs/windows.html index b848bd5..dd337c6 100644 --- a/chrome/common/extensions/docs/windows.html +++ b/chrome/common/extensions/docs/windows.html @@ -121,6 +121,7 @@ <ul> <li><a href="background_pages.html">Background Pages</a></li> <li><a href="content_scripts.html">Content Scripts</a></li> + <li><a href="messaging.html">Message Passing</a></li> <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="npapi.html">NPAPI Plugins</a></li> </ul> |