diff options
author | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-08 06:25:29 +0000 |
---|---|---|
committer | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-08 06:25:29 +0000 |
commit | 7d9bff29a332233b4fd3dcc4e956d74e44429a4a (patch) | |
tree | accaceb9c19dfd5944335694ff1fe4ebe392125c | |
parent | b89465e04fa527e8a2d0f79ab1e61c66dc03a36e (diff) | |
download | chromium_src-7d9bff29a332233b4fd3dcc4e956d74e44429a4a.zip chromium_src-7d9bff29a332233b4fd3dcc4e956d74e44429a4a.tar.gz chromium_src-7d9bff29a332233b4fd3dcc4e956d74e44429a4a.tar.bz2 |
Miscellaneous doc cleanup.
TBR=aa
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/463049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34044 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-x | chrome/common/extensions/docs/images/index/browser_action.png | bin | 4937 -> 0 bytes | |||
-rwxr-xr-x | chrome/common/extensions/docs/images/index/content_script.png | bin | 7007 -> 0 bytes | |||
-rwxr-xr-x | chrome/common/extensions/docs/images/index/page_action.png | bin | 18769 -> 0 bytes | |||
-rw-r--r-- | chrome/common/extensions/docs/images/intermediate/news.png | bin | 0 -> 37042 bytes | |||
-rw-r--r-- | chrome/common/extensions/docs/test.html | 8 |
5 files changed, 6 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/images/index/browser_action.png b/chrome/common/extensions/docs/images/index/browser_action.png Binary files differdeleted file mode 100755 index 15c6be2..0000000 --- a/chrome/common/extensions/docs/images/index/browser_action.png +++ /dev/null diff --git a/chrome/common/extensions/docs/images/index/content_script.png b/chrome/common/extensions/docs/images/index/content_script.png Binary files differdeleted file mode 100755 index 20e5de4..0000000 --- a/chrome/common/extensions/docs/images/index/content_script.png +++ /dev/null diff --git a/chrome/common/extensions/docs/images/index/page_action.png b/chrome/common/extensions/docs/images/index/page_action.png Binary files differdeleted file mode 100755 index ab7e4ed..0000000 --- a/chrome/common/extensions/docs/images/index/page_action.png +++ /dev/null diff --git a/chrome/common/extensions/docs/images/intermediate/news.png b/chrome/common/extensions/docs/images/intermediate/news.png Binary files differnew file mode 100644 index 0000000..a599277 --- /dev/null +++ b/chrome/common/extensions/docs/images/intermediate/news.png diff --git a/chrome/common/extensions/docs/test.html b/chrome/common/extensions/docs/test.html index 97d22ae..66de7ae 100644 --- a/chrome/common/extensions/docs/test.html +++ b/chrome/common/extensions/docs/test.html @@ -611,8 +611,12 @@ <div> <h4>Callback function</h4> <p> - If you specify the <em>callback</em> parameter, - it should specify a function that looks like this: + The callback <em>parameter</em> should specify a function + that looks like this: + </p> + <p> + If you specify the <em>callback</em> parameter, it should + specify a function that looks like this: </p> <!-- Note: intentionally longer 80 columns --> |