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

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

Issue 9192029: Bindings layer for declarative events API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Store apiDefinitions directly in chromeHidden Created 8 years, 11 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 e42e12394df03219eb2276a9a57d65df7bbd8cc2..6cb4c702da0f68e02ca69fbc01cc7212b30b7842 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -68,6 +68,9 @@
"chrome.experimental.clear.passwords": "experimental.clear.html#method-passwords",
"chrome.experimental.clear.pluginData": "experimental.clear.html#method-pluginData",
"chrome.experimental.clear.webSQL": "experimental.clear.html#method-webSQL",
+ "chrome.experimental.declarative.addRules": "experimental.declarative.html#method-addRules",
+ "chrome.experimental.declarative.getRules": "experimental.declarative.html#method-getRules",
+ "chrome.experimental.declarative.removeRules": "experimental.declarative.html#method-removeRules",
"chrome.experimental.devtools.audits.addCategory": "experimental.devtools.audits.html#method-addCategory",
"chrome.experimental.devtools.console.addMessage": "experimental.devtools.console.html#method-addMessage",
"chrome.experimental.devtools.console.getMessages": "experimental.devtools.console.html#method-getMessages",
@@ -193,6 +196,7 @@
"chrome.webRequest.onCompleted": "webRequest.html#event-onCompleted",
"chrome.webRequest.onErrorOccurred": "webRequest.html#event-onErrorOccurred",
"chrome.webRequest.onHeadersReceived": "webRequest.html#event-onHeadersReceived",
+ "chrome.webRequest.onRequest": "webRequest.html#event-onRequest",
"chrome.webRequest.onResponseStarted": "webRequest.html#event-onResponseStarted",
"chrome.webRequest.onSendHeaders": "webRequest.html#event-onSendHeaders",
"chrome.windows.create": "windows.html#method-create",

Powered by Google App Engine
This is Rietveld 408576698