diff options
author | asargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-16 23:36:12 +0000 |
---|---|---|
committer | asargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-16 23:36:12 +0000 |
commit | be1eab542c909e2c22f0aa2721a1d5ade9199cc4 (patch) | |
tree | 874458a7dbdde5ba02c3b2ba941e657b76f09c09 /chrome/common/extensions/docs/tutorials.html | |
parent | b04e84c5998b9241c73c42edffed588b211d55c3 (diff) | |
download | chromium_src-be1eab542c909e2c22f0aa2721a1d5ade9199cc4.zip chromium_src-be1eab542c909e2c22f0aa2721a1d5ade9199cc4.tar.gz chromium_src-be1eab542c909e2c22f0aa2721a1d5ade9199cc4.tar.bz2 |
Manual merge of 53734 - Add boilerplate line for experimental api pages
I manually merged the changes inside js/, static/, and template/ and then
re-ran the docs generation script.
BUG=48582
TEST=none
TBR=rafaelw
Original change here: http://src.chromium.org/viewvc/chrome?view=rev&revision=53734
Original codereview here: http://codereview.chromium.org/2881038
Review URL: http://codereview.chromium.org/3143021
git-svn-id: svn://svn.chromium.org/chrome/branches/472/src@56265 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/tutorials.html')
-rw-r--r-- | chrome/common/extensions/docs/tutorials.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/tutorials.html b/chrome/common/extensions/docs/tutorials.html index f0f5c0c..e7472a6 100644 --- a/chrome/common/extensions/docs/tutorials.html +++ b/chrome/common/extensions/docs/tutorials.html @@ -266,6 +266,11 @@ </div> <!-- /TABLE OF CONTENTS --> + <!-- Standard content lead-in for experimental API pages --> + <p id="classSummary" style="display: none; "> + For information on how to use experimental APIs, see the <a href="experimental.html">chrome.experimental.* APIs</a> page. + </p> + <!-- STATIC CONTENT PLACEHOLDER --> <div id="static"><div id="pageData-name" class="pageData">Tutorials</div> |