Chromium Code Reviews| Index: chrome/common/extensions/api/debugger.json |
| diff --git a/chrome/common/extensions/api/debugger.json b/chrome/common/extensions/api/debugger.json |
| index fe2e08aabc1b7491414c9875cc963c3ba76c073b..11508954aceb390743d2e147feb57e7cc0b2e489 100644 |
| --- a/chrome/common/extensions/api/debugger.json |
| +++ b/chrome/common/extensions/api/debugger.json |
| @@ -5,6 +5,7 @@ |
| [ |
| { |
| "namespace": "debugger", |
| + "description": "The <code>chrome.debugger</code> API serves as an alternate transport for Chrome's <a href='http://code.google.com/chrome/devtools/docs/remote-debugging.html'>remote debugging protocol</a>. Use <code>chrome.debugger</code> to attach to one or more tabs to instrument network interaction, debug JavaScript, mutate the DOM and CSS, etc. Use the Debuggee <code>tabId</code> to target tabs with sendCommand and route events by <code>tabId</code> from onEvent callbacks.", |
| "types": [ |
| { |
| "id": "Debuggee", |