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

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

Issue 9721013: Move topSites API out of experimental (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merge Created 8 years, 9 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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 <li>contentSettings</li> 329 <li>contentSettings</li>
330 <li>contextMenus</li> 330 <li>contextMenus</li>
331 <li>cookies</li> 331 <li>cookies</li>
332 <li>debugger</li> 332 <li>debugger</li>
333 <li>history</li> 333 <li>history</li>
334 <li>idle</li> 334 <li>idle</li>
335 <li>management</li> 335 <li>management</li>
336 <li>notifications</li> 336 <li>notifications</li>
337 <li>pageCapture</li> 337 <li>pageCapture</li>
338 <li>tabs</li> 338 <li>tabs</li>
339 <li>topSites</li>
339 <li>webNavigation</li> 340 <li>webNavigation</li>
340 <li>webRequest</li> 341 <li>webRequest</li>
341 <li>webRequestBlocking</li> 342 <li>webRequestBlocking</li>
342 </ul> 343 </ul>
343 <p></p> 344 <p></p>
344 <p class="note"> 345 <p class="note">
345 <b>Version note:</b> This list is correct as of Chrome 17. 346 <b>Version note:</b> This list is correct as of Chrome 17.
346 More optional permissions might be allowed in future releases. 347 More optional permissions might be allowed in future releases.
347 </p> 348 </p>
348 <h3 id="request"> Step 3: Request optional permissions </h3> 349 <h3 id="request"> Step 3: Request optional permissions </h3>
(...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
1057 _uff=0; 1058 _uff=0;
1058 urchinTracker(); 1059 urchinTracker();
1059 } 1060 }
1060 catch(e) {/* urchinTracker not available. */} 1061 catch(e) {/* urchinTracker not available. */}
1061 </script> 1062 </script>
1062 <!-- end analytics --> 1063 <!-- end analytics -->
1063 </div> 1064 </div>
1064 </div> <!-- /gc-footer --> 1065 </div> <!-- /gc-footer -->
1065 </div> <!-- /gc-container --> 1066 </div> <!-- /gc-container -->
1066 </body></html> 1067 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/js/api_page_generator.js ('k') | chrome/common/extensions/docs/samples.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698