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. |