diff options
author | skerner@chromium.org <skerner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-03 20:58:50 +0000 |
---|---|---|
committer | skerner@chromium.org <skerner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-03 20:58:50 +0000 |
commit | 85ae959285a1ed1d423abd3d01cac5a71cd7b51f (patch) | |
tree | 69a19062ec994dd0524e355f2221aa968b360bd7 /chrome/common/extensions/docs/pageAction.html | |
parent | c775e00efade22d264a07888b5c70a443552fd99 (diff) | |
download | chromium_src-85ae959285a1ed1d423abd3d01cac5a71cd7b51f.zip chromium_src-85ae959285a1ed1d423abd3d01cac5a71cd7b51f.tar.gz chromium_src-85ae959285a1ed1d423abd3d01cac5a71cd7b51f.tar.bz2 |
Implement chrome.browserAction.setPopup().
BUG=27526
TEST=Unit tests BrowserActionApiTest.BrowserAction*Popup .
Review URL: http://codereview.chromium.org/552263
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38015 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/pageAction.html')
-rw-r--r-- | chrome/common/extensions/docs/pageAction.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/pageAction.html b/chrome/common/extensions/docs/pageAction.html index 5f9f1f6..0b7d9e3 100644 --- a/chrome/common/extensions/docs/pageAction.html +++ b/chrome/common/extensions/docs/pageAction.html @@ -1242,7 +1242,7 @@ For other examples and for help in viewing the source code, see <div class="description"> <p class="todo" style="display: none; ">Undocumented.</p> - <p>Fired when a page action icon is clicked if the page action doesn't show a popup.</p> + <p>Fired when a page action icon is clicked. This event will not fire if the page action has a popup.</p> <!-- PARAMETERS --> <h4>Parameters</h4> |