diff options
author | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-03 22:02:43 +0000 |
---|---|---|
committer | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-03 22:02:43 +0000 |
commit | 88d11ccb937589e9afc33893209c14d64bfb966c (patch) | |
tree | 1c30f492659d61404607fd07a1969a626462c293 | |
parent | bcfefa74615c4975c3ec7242589862b18ff2ed3d (diff) | |
download | chromium_src-88d11ccb937589e9afc33893209c14d64bfb966c.zip chromium_src-88d11ccb937589e9afc33893209c14d64bfb966c.tar.gz chromium_src-88d11ccb937589e9afc33893209c14d64bfb966c.tar.bz2 |
Merge 45752 - Dev channel no longer required for Mac.
BUG=36384
TEST=none
Review URL: http://codereview.chromium.org/1699016
TBR=kathyw@chromium.org
Review URL: http://codereview.chromium.org/2598004
git-svn-id: svn://svn.chromium.org/chrome/branches/375/src@48879 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/common/extensions/docs/getstarted.html | 22 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/getstarted.html | 15 |
2 files changed, 4 insertions, 33 deletions
diff --git a/chrome/common/extensions/docs/getstarted.html b/chrome/common/extensions/docs/getstarted.html index 1f5fe391..452b919 100644 --- a/chrome/common/extensions/docs/getstarted.html +++ b/chrome/common/extensions/docs/getstarted.html @@ -203,13 +203,6 @@ <h2>Contents</h2> <ol> <li> - <a href="#browser">Get your browser ready</a> - <ol> - <li style="display: none; "> - <a>h3Name</a> - </li> - </ol> - </li><li> <a href="#load">Create and load an extension</a> <ol> <li style="display: none; "> @@ -285,22 +278,11 @@ The icon and page will look something like this: <img src="images/hello-world-small.png" width="300" height="221" alt="a window with a grid of images related to HELLO WORLD"> - -<h2 id="browser">Get your browser ready</h2> - <p> -Extensions are supported on the normal, -"stable channel" release of Google Chrome for Windows. -To develop extensions on Linux or Mac, -you need to get on an early access release channel of Google Chrome. +You can develop extensions using any release of Google Chrome, +on Windows, Mac, or Linux. </p> -<ul> - <li> <b>Windows</b>: Use any release of Google Chrome </li> - <li> <b>Linux</b>: Subscribe to the <a href="http://www.google.com/landing/chrome/beta/">Beta channel</a> </li> - <li> <b>Mac</b>: Subscribe to the <a href="http://www.chromium.org/getting-involved/dev-channel#TOC-Mac">Dev channel</a> </li> -</ul> - <h2 id="load">Create and load an extension</h2> <p> In this section, you'll write an extension diff --git a/chrome/common/extensions/docs/static/getstarted.html b/chrome/common/extensions/docs/static/getstarted.html index ea43c92..e9668b1 100644 --- a/chrome/common/extensions/docs/static/getstarted.html +++ b/chrome/common/extensions/docs/static/getstarted.html @@ -12,22 +12,11 @@ The icon and page will look something like this: width="300" height="221" alt="a window with a grid of images related to HELLO WORLD" /> - -<h2 id="browser">Get your browser ready</h2> - <p> -Extensions are supported on the normal, -"stable channel" release of Google Chrome for Windows. -To develop extensions on Linux or Mac, -you need to get on an early access release channel of Google Chrome. +You can develop extensions using any release of Google Chrome, +on Windows, Mac, or Linux. </p> -<ul> - <li> <b>Windows</b>: Use any release of Google Chrome </li> - <li> <b>Linux</b>: Subscribe to the <a href="http://www.google.com/landing/chrome/beta/">Beta channel</a> </li> - <li> <b>Mac</b>: Subscribe to the <a href="http://www.chromium.org/getting-involved/dev-channel#TOC-Mac">Dev channel</a> </li> -</ul> - <h2 id="load">Create and load an extension</h2> <p> In this section, you'll write an extension |