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

Side by Side Diff: chrome/common/extensions/docs/experimental.discovery.html

Issue 10829301: Extension docs: Manual merge crrev.com/143652 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 years, 4 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 | Annotate | Revision Log
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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 <a href="#method-removeSuggestion">removeSuggestion</a> 205 <a href="#method-removeSuggestion">removeSuggestion</a>
206 </li><li> 206 </li><li>
207 <a href="#method-suggest">suggest</a> 207 <a href="#method-suggest">suggest</a>
208 </li> 208 </li>
209 </ol> 209 </ol>
210 </li> 210 </li>
211 <li> 211 <li>
212 <a href="#types">Types</a> 212 <a href="#types">Types</a>
213 <ol> 213 <ol>
214 <li> 214 <li>
215 <a href="#type-experimental.discovery.SuggestDetails">null</a> 215 <a href="#type-experimental.discovery.SuggestDetails">SuggestDet ails</a>
216 <ol> 216 <ol>
217 </ol> 217 </ol>
218 </li> 218 </li>
219 </ol> 219 </ol>
220 </li> 220 </li>
221 </ol> 221 </ol>
222 </li> 222 </li>
223 </ol> 223 </ol>
224 </div> 224 </div>
225 <!-- /TABLE OF CONTENTS --> 225 <!-- /TABLE OF CONTENTS -->
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 _uff=0; 496 _uff=0;
497 urchinTracker(); 497 urchinTracker();
498 } 498 }
499 catch(e) {/* urchinTracker not available. */} 499 catch(e) {/* urchinTracker not available. */}
500 </script> 500 </script>
501 <!-- end analytics --> 501 <!-- end analytics -->
502 </div> 502 </div>
503 </div> <!-- /gc-footer --> 503 </div> <!-- /gc-footer -->
504 </div> <!-- /gc-container --> 504 </div> <!-- /gc-container -->
505 </body></html> 505 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698