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

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

Issue 8395008: Merge 107097 - Update contentSettings extension API docs. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/912/src/
Patch Set: Created 9 years, 2 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 <div id="pageData-name" class="pageData">Content Settings</div> 1 <div id="pageData-name" class="pageData">Content Settings</div>
2 2
3 <!-- BEGIN AUTHORED CONTENT --> 3 <!-- BEGIN AUTHORED CONTENT -->
4 <p> 4 <p>
5 The content settings module allows you to change settings that control whether 5 The content settings module allows you to change settings that control whether
6 websites can use features such as cookies, JavaScript, and plug-ins. 6 websites can use features such as cookies, JavaScript, and plug-ins.
7 More generally speaking, content settings allow you to customize Chrome's 7 More generally speaking, content settings allow you to customize Chrome's
8 behavior on a per-site basis instead of globally.</p> 8 behavior on a per-site basis instead of globally.</p>
9 <p> 9 <p>
10 </p> 10 </p>
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 </p> 144 </p>
145 145
146 <h2 id="examples">Examples</h2> 146 <h2 id="examples">Examples</h2>
147 147
148 <p> 148 <p>
149 You can find samples of this API on the 149 You can find samples of this API on the
150 <a href="samples.html#contentSettings">sample page</a>. 150 <a href="samples.html#contentSettings">sample page</a>.
151 </p> 151 </p>
152 152
153 <!-- END AUTHORED CONTENT --> 153 <!-- END AUTHORED CONTENT -->
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/manifest.html ('k') | chrome/common/extensions/docs/static/experimental.contentSettings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698