| Index: chrome/common/extensions/api/debugger.json
|
| diff --git a/chrome/common/extensions/api/debugger.json b/chrome/common/extensions/api/debugger.json
|
| index 2e969d5d8b5b51a09f8f39608cf0fe055d9432ef..2ad41355e88fbc3cac5133405d92ee08a004b078 100644
|
| --- a/chrome/common/extensions/api/debugger.json
|
| +++ b/chrome/common/extensions/api/debugger.json
|
| @@ -133,6 +133,12 @@
|
| "$ref": "Debuggee",
|
| "name": "source",
|
| "description": "The debuggee that was detached."
|
| + },
|
| + {
|
| + "type": "string",
|
| + "name": "reason",
|
| + "description": "Connection termination reason.",
|
| + "enum": [ "target_closed", "canceled_by_user", "replaced_with_devtools" ]
|
| }
|
| ]
|
| }
|
|
|