Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(958)

Side by Side Diff: chrome/common/extensions/docs/bookmarks.html

Issue 2881038: Extension doc changes (nothing buildable or testable) - Add boilerplate line for experimental api... (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: render docs Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 <a href="#type-BookmarkTreeNode">BookmarkTreeNode</a> 307 <a href="#type-BookmarkTreeNode">BookmarkTreeNode</a>
308 </li> 308 </li>
309 </ol> 309 </ol>
310 </li> 310 </li>
311 </ol> 311 </ol>
312 </li> 312 </li>
313 </ol> 313 </ol>
314 </div> 314 </div>
315 <!-- /TABLE OF CONTENTS --> 315 <!-- /TABLE OF CONTENTS -->
316 316
317 <!-- Standard content lead-in for experimental API pages -->
318 <p id="classSummary" style="display: none; ">
319 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
320 </p>
321
317 <!-- STATIC CONTENT PLACEHOLDER --> 322 <!-- STATIC CONTENT PLACEHOLDER -->
318 <div id="static"><div id="pageData-name" class="pageData">Bookmarks</div > 323 <div id="static"><div id="pageData-name" class="pageData">Bookmarks</div >
319 324
320 <!-- BEGIN AUTHORED CONTENT --> 325 <!-- BEGIN AUTHORED CONTENT -->
321 <p id="classSummary"> 326 <p id="classSummary">
322 Use the <code>chrome.bookmarks</code> module to create, organize, 327 Use the <code>chrome.bookmarks</code> module to create, organize,
323 and otherwise manipulate bookmarks. 328 and otherwise manipulate bookmarks.
324 Also see <a href="override.html">Override Pages</a>, 329 Also see <a href="override.html">Override Pages</a>,
325 which you can use to create a custom Bookmark Manager page. 330 which you can use to create a custom Bookmark Manager page.
326 </p> 331 </p>
(...skipping 4592 matching lines...) Expand 10 before | Expand all | Expand 10 after
4919 _uff=0; 4924 _uff=0;
4920 urchinTracker(); 4925 urchinTracker();
4921 } 4926 }
4922 catch(e) {/* urchinTracker not available. */} 4927 catch(e) {/* urchinTracker not available. */}
4923 </script> 4928 </script>
4924 <!-- end analytics --> 4929 <!-- end analytics -->
4925 </div> 4930 </div>
4926 </div> <!-- /gc-footer --> 4931 </div> <!-- /gc-footer -->
4927 </div> <!-- /gc-container --> 4932 </div> <!-- /gc-container -->
4928 </body></html> 4933 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/background_pages.html ('k') | chrome/common/extensions/docs/browserAction.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698