diff options
Diffstat (limited to 'chrome/common/extensions/docs/template/api_template.html')
-rw-r--r-- | chrome/common/extensions/docs/template/api_template.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/template/api_template.html b/chrome/common/extensions/docs/template/api_template.html index 01b8ed5..9c18e90 100644 --- a/chrome/common/extensions/docs/template/api_template.html +++ b/chrome/common/extensions/docs/template/api_template.html @@ -264,6 +264,11 @@ </div> <!-- /TABLE OF CONTENTS --> + <!-- Standard content lead-in for experimental API pages --> + <p jsdisplay="isExperimentalAPIPage();" id="classSummary"> + 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> |