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

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: fix clang 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
« no previous file with comments | « chrome/common/extensions/docs/experimental.permissions.html ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/samples.json
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
index 862059d3de51514375a5796ca1f60c1d6e0aa9f8..56dbf2183f0a764f6900c94511957fbba76ccaf1 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -51,6 +51,12 @@
"chrome.experimental.devtools.resources.onFinished": "experimental.devtools.resources.html#event-onFinished",
"chrome.experimental.devtools.resources.onNavigation": "experimental.devtools.resources.html#event-onNavigation",
"chrome.experimental.infobars.show": "experimental.infobars.html#method-show",
+ "chrome.experimental.permissions.contains": "experimental.permissions.html#method-contains",
+ "chrome.experimental.permissions.getAll": "experimental.permissions.html#method-getAll",
+ "chrome.experimental.permissions.onAdded": "experimental.permissions.html#event-onAdded",
+ "chrome.experimental.permissions.onRemoved": "experimental.permissions.html#event-onRemoved",
+ "chrome.experimental.permissions.remove": "experimental.permissions.html#method-remove",
+ "chrome.experimental.permissions.request": "experimental.permissions.html#method-request",
"chrome.experimental.processes.getProcessIdForTab": "experimental.processes.html#method-getProcessIdForTab",
"chrome.experimental.processes.onUpdated": "experimental.processes.html#event-onUpdated",
"chrome.experimental.sidebar.collapse": "experimental.sidebar.html#method-collapse",
« no previous file with comments | « chrome/common/extensions/docs/experimental.permissions.html ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698