| Index: chrome/common/extensions/api/debugger.json
|
| diff --git a/chrome/common/extensions/api/debugger.json b/chrome/common/extensions/api/debugger.json
|
| index 02c16425c3d904308481a0fa368cf649c6d12ead..79a3ba4efb2b7f495e2ac92544b615b5032af3ee 100644
|
| --- a/chrome/common/extensions/api/debugger.json
|
| +++ b/chrome/common/extensions/api/debugger.json
|
| @@ -9,9 +9,10 @@
|
| {
|
| "id": "Debuggee",
|
| "type": "object",
|
| - "description": "Debuggee identifier.",
|
| + "description": "Debuggee identifier. Either tabId or extensionId must be specified",
|
| "properties": {
|
| - "tabId": { "type": "integer", "description": "The id of the tab which you intend to debug." }
|
| + "tabId": { "type": "integer", "optional": true, "description": "The id of the tab which you intend to debug." },
|
| + "extensionId": { "type": "string", "optional": true, "description": "The id of the extension which you intend to debug." }
|
| }
|
| }
|
| ],
|
|
|