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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/intros/contentSettings.html

Issue 10750017: Extensions Docs Server: Intro data source (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 8 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 | Annotate | Revision Log
OLDNEW
1 <!-- BEGIN AUTHORED CONTENT --> 1 <!-- BEGIN AUTHORED CONTENT -->
2 <p> 2 <p>
3 The content settings module allows you to change settings that control whether 3 The content settings module allows you to change settings that control whether
4 websites can use features such as cookies, JavaScript, and plug-ins. 4 websites can use features such as cookies, JavaScript, and plug-ins.
5 More generally speaking, content settings allow you to customize Chrome's 5 More generally speaking, content settings allow you to customize Chrome's
6 behavior on a per-site basis instead of globally.</p> 6 behavior on a per-site basis instead of globally.</p>
7 <p> 7 <p>
8 </p> 8 </p>
9 <h2 id="manifest">Manifest</h2> 9 <h2 id="manifest">Manifest</h2>
10 <p>You must declare the "contentSettings" permission 10 <p>You must declare the "contentSettings" permission
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 <code>getResourceIdentifiers()</code></a> method. The returned list 133 <code>getResourceIdentifiers()</code></a> method. The returned list
134 can change with the set of installed plug-ins on the user's machine, but Chrome 134 can change with the set of installed plug-ins on the user's machine, but Chrome
135 tries to keep the identifiers stable across plug-in updates. 135 tries to keep the identifiers stable across plug-in updates.
136 </p> 136 </p>
137 <h2 id="examples">Examples</h2> 137 <h2 id="examples">Examples</h2>
138 <p> 138 <p>
139 You can find samples of this API on the 139 You can find samples of this API on the
140 <a href="samples.html#contentSettings">sample page</a>. 140 <a href="samples.html#contentSettings">sample page</a>.
141 </p> 141 </p>
142 <!-- END AUTHORED CONTENT --> 142 <!-- END AUTHORED CONTENT -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698