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

Unified Diff: chrome/common/extensions/docs/samples.json

Issue 7432006: Add an experimental permissions API for extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 5 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/samples.json
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
index 23f318addf36dac8ad4b131bf6362bcda661ea80..2a27aadbd0d8f2ab6168dfd4f601fe237d5b3c17 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -134,6 +134,12 @@
"chrome.pageAction.setPopup": "pageAction.html#method-setPopup",
"chrome.pageAction.setTitle": "pageAction.html#method-setTitle",
"chrome.pageAction.show": "pageAction.html#method-show",
+ "chrome.permissions.contains": "permissions.html#method-contains",
+ "chrome.permissions.getAll": "permissions.html#method-getAll",
+ "chrome.permissions.onAdded": "permissions.html#event-onAdded",
+ "chrome.permissions.onRemoved": "permissions.html#event-onRemoved",
+ "chrome.permissions.remove": "permissions.html#method-remove",
+ "chrome.permissions.request": "permissions.html#method-request",
"chrome.proxy.onProxyError": "proxy.html#event-onProxyError",
"chrome.tabs.captureVisibleTab": "tabs.html#method-captureVisibleTab",
"chrome.tabs.connect": "tabs.html#method-connect",

Powered by Google App Engine
This is Rietveld 408576698