diff options
author | skerner@chromium.org <skerner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-28 00:10:29 +0000 |
---|---|---|
committer | skerner@chromium.org <skerner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-28 00:10:29 +0000 |
commit | e478d670823e9c72dc00bf39123c8b19606510de (patch) | |
tree | bd8a898e9139d0960142889714e35c719d90b200 /chrome/common/extensions/docs/static/pageAction.html | |
parent | 3a3a617805faf1f681155fdfddd2de0b47a4244f (diff) | |
download | chromium_src-e478d670823e9c72dc00bf39123c8b19606510de.zip chromium_src-e478d670823e9c72dc00bf39123c8b19606510de.tar.gz chromium_src-e478d670823e9c72dc00bf39123c8b19606510de.tar.bz2 |
Allow extensions to add, remove, or change their page action popup.
A similar change will be made for browser action popups.
BUG=27526
TEST=Added unit tests. Manual testing on linux.
Review URL: http://codereview.chromium.org/545068
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37353 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static/pageAction.html')
-rwxr-xr-x | chrome/common/extensions/docs/static/pageAction.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/static/pageAction.html b/chrome/common/extensions/docs/static/pageAction.html index 24d54ae..0c515b9 100755 --- a/chrome/common/extensions/docs/static/pageAction.html +++ b/chrome/common/extensions/docs/static/pageAction.html @@ -43,7 +43,7 @@ like this: <b>"page_action": { "default_icon": "icons/foo.png", <em>// <b>required</b></em> "default_title": "Do action", <em>// optional; shown in tooltip</em> - "popup": "popup.html" <em>// optional</em> + "default_popup": "popup.html" <em>// optional</em> }</b>, ... }</pre> |