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", |