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

Unified Diff: chrome/common/extensions/docs/templates/intros/permissions.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/permissions.html
diff --git a/chrome/common/extensions/docs/templates/intros/permissions.html b/chrome/common/extensions/docs/templates/intros/permissions.html
index 6c4ae3fdf5143b75a7283131294f7ad785fedfb9..16b3adef3651801fb22d9076e7c9526d55671ce8 100644
--- a/chrome/common/extensions/docs/templates/intros/permissions.html
+++ b/chrome/common/extensions/docs/templates/intros/permissions.html
@@ -1,12 +1,3 @@
-<p id="classSummary">
- Use the <code>chrome.permissions</code> module
- to implement optional permissions.
- As of Chrome 16, you can request optional permissions during your
- extension's regular application flow rather than at install time,
- so users understand why the permissions are needed
- and use only those that are necessary.
-</p>
-
<p>
For general information about permissions and details about each permission,
see the <a href="declare_permissions.html">declare permissions</a> documentation.

Powered by Google App Engine
This is Rietveld 408576698