| Index: chrome/common/extensions/docs/templates/intros/contentSettings.html
|
| diff --git a/chrome/common/extensions/docs/templates/intros/contentSettings.html b/chrome/common/extensions/docs/templates/intros/contentSettings.html
|
| index 06414f8d8e08bfd736b446f85c60c222cadc57f1..fcefaff1c6faf2c8b1ca701968e7d5bf27526ddb 100644
|
| --- a/chrome/common/extensions/docs/templates/intros/contentSettings.html
|
| +++ b/chrome/common/extensions/docs/templates/intros/contentSettings.html
|
| @@ -1,11 +1,3 @@
|
| -<p>
|
| -The content settings module allows you to change settings that control whether
|
| -websites can use features such as cookies, JavaScript, and plug-ins.
|
| -More generally speaking, content settings allow you to customize Chrome's
|
| -behavior on a per-site basis instead of globally.</p>
|
| -<p>
|
| -</p>
|
| -
|
| <h2 id="manifest">Manifest</h2>
|
| <p>You must declare the "contentSettings" permission
|
| in your extension's manifest to use the API.
|
| @@ -144,4 +136,4 @@ tries to keep the identifiers stable across plug-in updates.
|
| <p>
|
| You can find samples of this API on the
|
| <a href="samples.html#contentSettings">sample page</a>.
|
| -</p>
|
| +</p>
|
|
|