diff options
author | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-01 00:24:12 +0000 |
---|---|---|
committer | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-01 00:24:12 +0000 |
commit | 5315c179ef524c020ecf793fbb9d2b26637cb36d (patch) | |
tree | 527c2612b82be4958aa0acda562a63987687f4f9 /chrome/common/extensions/docs/static/overview.html | |
parent | 382b1a05c21aaef7ff8aaa274f3bf5e1bb1e9279 (diff) | |
download | chromium_src-5315c179ef524c020ecf793fbb9d2b26637cb36d.zip chromium_src-5315c179ef524c020ecf793fbb9d2b26637cb36d.tar.gz chromium_src-5315c179ef524c020ecf793fbb9d2b26637cb36d.tar.bz2 |
Miscellaneous small doc cleanup, including:
* Add Mac menu equivalent where Tools menu is mentioned
* "popup" -> "default_popup"
TBR=aa
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/1521009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43293 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static/overview.html')
-rw-r--r-- | chrome/common/extensions/docs/static/overview.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/static/overview.html b/chrome/common/extensions/docs/static/overview.html index e68917a..ff7d231 100644 --- a/chrome/common/extensions/docs/static/overview.html +++ b/chrome/common/extensions/docs/static/overview.html @@ -138,7 +138,7 @@ that uses information from google.com: "browser_action": { "default_title": "", "default_icon": "icon_19.png", - "popup": "popup.html" + "default_popup": "popup.html" } }</pre> |