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

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

Issue 7192016: chrome.experimental.downloads (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Bearings Before Woods Created 9 years, 6 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 2966 matching lines...) Expand 10 before | Expand all | Expand 10 after
2977 </span> 2977 </span>
2978 </span> 2978 </span>
2979 ) 2979 )
2980 </div> 2980 </div>
2981 2981
2982 </em> 2982 </em>
2983 </dt> 2983 </dt>
2984 <dd class="todo" style="display: none; "> 2984 <dd class="todo" style="display: none; ">
2985 Undocumented. 2985 Undocumented.
2986 </dd> 2986 </dd>
2987 <dd>A list of resource identifiers for this content type, or <var>unde fined</var> if this content type does not use resource identifiers</dd> 2987 <dd>A list of resource identifiers for this content type, or <var>unde fined</var> if this content type does not use resource identifiers.</dd>
2988 <dd style="display: none; "> 2988 <dd style="display: none; ">
2989 This parameter was added in version 2989 This parameter was added in version
2990 <b><span></span></b>. 2990 <b><span></span></b>.
2991 You must omit this parameter in earlier versions, 2991 You must omit this parameter in earlier versions,
2992 and you may omit it in any version. If you require this 2992 and you may omit it in any version. If you require this
2993 parameter, the manifest key 2993 parameter, the manifest key
2994 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a> 2994 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
2995 can ensure that your extension won't be run in an earlier browser ve rsion. 2995 can ensure that your extension won't be run in an earlier browser ve rsion.
2996 </dd> 2996 </dd>
2997 2997
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
3629 _uff=0; 3629 _uff=0;
3630 urchinTracker(); 3630 urchinTracker();
3631 } 3631 }
3632 catch(e) {/* urchinTracker not available. */} 3632 catch(e) {/* urchinTracker not available. */}
3633 </script> 3633 </script>
3634 <!-- end analytics --> 3634 <!-- end analytics -->
3635 </div> 3635 </div>
3636 </div> <!-- /gc-footer --> 3636 </div> <!-- /gc-footer -->
3637 </div> <!-- /gc-container --> 3637 </div> <!-- /gc-container -->
3638 </body></html> 3638 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698