diff options
author | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-03 19:38:17 +0000 |
---|---|---|
committer | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-03 19:38:17 +0000 |
commit | 128760848eb252751893719a0789e3122a62109f (patch) | |
tree | ed59de02d2f851b7fec577773f6fc222b0c26c7a /chrome/common/extensions/docs/getstarted.html | |
parent | 0c73994bb85ce288a7fb1d86009677ecb5cb1da8 (diff) | |
download | chromium_src-128760848eb252751893719a0789e3122a62109f.zip chromium_src-128760848eb252751893719a0789e3122a62109f.tar.gz chromium_src-128760848eb252751893719a0789e3122a62109f.tar.bz2 |
Extension Doc Changes (no building or testable changes)
This includes three minor doc changes. (1) Conditional text for description of callback based on whether it is optional -- to be less confusing. (2) Setting the page title to "" from the static pageData-title no longer shows a leading " - ". (C) Allows for a page to specify whether it shows the sideNav (and index.html declines to do so).
TBR=kathyw,aa
Review URL: http://codereview.chromium.org/460039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33705 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/getstarted.html')
-rw-r--r-- | chrome/common/extensions/docs/getstarted.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/chrome/common/extensions/docs/getstarted.html b/chrome/common/extensions/docs/getstarted.html index f45a05f..fdfc133 100644 --- a/chrome/common/extensions/docs/getstarted.html +++ b/chrome/common/extensions/docs/getstarted.html @@ -97,7 +97,7 @@ </tr> </tbody></table> - <div id="codesiteContent"> + <div id="codesiteContent" class=""> <a id="gc-topnav-anchor"></a> <div id="gc-topnav"> @@ -189,7 +189,7 @@ <div class="g-unit" id="gc-pagecontent"> <div id="pageTitle"> - <h1 class="page_title">Tutorial: Getting Started (Hello, World!)</h1> + <h1 class="page_title">Tutorial: Getting Started (Hello, World!) - Google Chrome Extensions - Google Code</h1> </div> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -499,8 +499,12 @@ Here are some suggestions for what to do next: <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 --> |