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

Unified Diff: chrome/common/extensions/api/permissions.json

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
« no previous file with comments | « chrome/common/extensions/api/page_capture.json ('k') | chrome/common/extensions/api/privacy.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/permissions.json
diff --git a/chrome/common/extensions/api/permissions.json b/chrome/common/extensions/api/permissions.json
index d4a8689f9436717ddf689222aae4d6d7352552cc..7010bf2bd2b56753628759c41433a8d0a0a8dc49 100644
--- a/chrome/common/extensions/api/permissions.json
+++ b/chrome/common/extensions/api/permissions.json
@@ -5,6 +5,7 @@
[
{
"namespace": "permissions",
+ "description": "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.",
"types": [
{
"id": "Permissions",
« no previous file with comments | « chrome/common/extensions/api/page_capture.json ('k') | chrome/common/extensions/api/privacy.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698