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

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

Issue 10392127: Move declarative API into events API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix change schema type reference from 'Event' to 'events.Event' Created 8 years, 7 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/samples.html ('k') | chrome/common/extensions/docs/static/declarative.html » ('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 35a3d2d4707a37e34f07afad52e77232cc6f8328..21aee87e22dc6e607e8281ab699351e27e4d3667 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -66,9 +66,6 @@
"chrome.debugger.onDetach": "debugger.html#event-onDetach",
"chrome.debugger.onEvent": "debugger.html#event-onEvent",
"chrome.debugger.sendCommand": "debugger.html#method-sendCommand",
- "chrome.declarative.addRules": "declarative.html#method-addRules",
- "chrome.declarative.getRules": "declarative.html#method-getRules",
- "chrome.declarative.removeRules": "declarative.html#method-removeRules",
"chrome.declarativeWebRequest.onRequest": "declarativeWebRequest.html#event-onRequest",
"chrome.devtools.inspectedWindow.Resource.getContent": "devtools.inspectedWindow.html#method-Resource-getContent",
"chrome.devtools.inspectedWindow.Resource.setContent": "devtools.inspectedWindow.html#method-Resource-setContent",
@@ -97,6 +94,13 @@
"chrome.devtools.panels.ExtensionSidebarPane.setPage": "devtools.panels.html#method-ExtensionSidebarPane-setPage",
"chrome.devtools.panels.create": "devtools.panels.html#method-create",
"chrome.devtools.panels.setOpenResourceHandler": "devtools.panels.html#method-setOpenResourceHandler",
+ "chrome.events.Event.addListener": "events.html#method-Event-addListener",
+ "chrome.events.Event.addRules": "events.html#method-Event-addRules",
+ "chrome.events.Event.getRules": "events.html#method-Event-getRules",
+ "chrome.events.Event.hasListener": "events.html#method-Event-hasListener",
+ "chrome.events.Event.hasListeners": "events.html#method-Event-hasListeners",
+ "chrome.events.Event.removeListener": "events.html#method-Event-removeListener",
+ "chrome.events.Event.removeRules": "events.html#method-Event-removeRules",
"chrome.experimental.app.clearAllNotifications": "experimental.app.html#method-clearAllNotifications",
"chrome.experimental.app.notify": "experimental.app.html#method-notify",
"chrome.experimental.bluetooth.connect": "experimental.bluetooth.html#method-connect",
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | chrome/common/extensions/docs/static/declarative.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698