diff options
author | asargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-06 17:12:28 +0000 |
---|---|---|
committer | asargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-06 17:12:28 +0000 |
commit | 47e1687dc9724af09e317c19b9509f6311780726 (patch) | |
tree | 8e6fe62f17c7ee058d4c4954768e97297b428410 | |
parent | bd8b43bb1ad68829c2e42201b4a60c06db0aad9e (diff) | |
download | chromium_src-47e1687dc9724af09e317c19b9509f6311780726.zip chromium_src-47e1687dc9724af09e317c19b9509f6311780726.tar.gz chromium_src-47e1687dc9724af09e317c19b9509f6311780726.tar.bz2 |
Delete obsolete comment about version 4.
Contributed by yoz@chromium.org.
BUG=none
TEST=none
Original review: http://codereview.chromium.org/6933041/
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84457 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/common/extensions/docs/options.html | 1 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/options.html | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/options.html b/chrome/common/extensions/docs/options.html index 67789da..90e931b 100644 --- a/chrome/common/extensions/docs/options.html +++ b/chrome/common/extensions/docs/options.html @@ -398,7 +398,6 @@ Favorite Color: <a name="H2-2"></a><h2>Important notes</h2> <ul> -<li>This feature is checked in to the trunk and should land in official builds sometime <b>after</b> version 4.0.222.x.</li> <li>We plan on providing some default css styles to encourage a consistent look across different extensions' options pages. You can star <a href="http://crbug.com/25317">crbug.com/25317</a> to be notified of updates.</li> </ul> </div> diff --git a/chrome/common/extensions/docs/static/options.html b/chrome/common/extensions/docs/static/options.html index 6c854b6..e0cc4b4 100644 --- a/chrome/common/extensions/docs/static/options.html +++ b/chrome/common/extensions/docs/static/options.html @@ -71,6 +71,5 @@ Favorite Color: <h2>Important notes</h2> <ul> -<li>This feature is checked in to the trunk and should land in official builds sometime <b>after</b> version 4.0.222.x.</li> <li>We plan on providing some default css styles to encourage a consistent look across different extensions' options pages. You can star <a href="http://crbug.com/25317">crbug.com/25317</a> to be notified of updates.</li> </ul> |