summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/static/overview.html
diff options
context:
space:
mode:
authorkathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-01 00:24:12 +0000
committerkathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-01 00:24:12 +0000
commit5315c179ef524c020ecf793fbb9d2b26637cb36d (patch)
tree527c2612b82be4958aa0acda562a63987687f4f9 /chrome/common/extensions/docs/static/overview.html
parent382b1a05c21aaef7ff8aaa274f3bf5e1bb1e9279 (diff)
downloadchromium_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.html2
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>