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

Unified Diff: chrome/common/extensions/docs/templates/intros/contentSettings.html

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments - Patch currently being broken up Created 7 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 side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698