Index: chrome/common/extensions/api/debugger.json |
diff --git a/chrome/common/extensions/api/debugger.json b/chrome/common/extensions/api/debugger.json |
index 2bf6c3f87b84ccec8b35748739ad789fed36698e..4e4a49abe631df84769da3c530f2a1c0ff1c6bf9 100644 |
--- a/chrome/common/extensions/api/debugger.json |
+++ b/chrome/common/extensions/api/debugger.json |
@@ -113,7 +113,7 @@ |
"name": "result", |
"optional": true, |
"additionalProperties": { "type": "any" }, |
- "description": "JSON object with the response. Structure of the response varies depending on the method and is defined by the remote debugging protocol." |
+ "description": "JSON object with the response. Structure of the response varies depending on the method name and is defined by the 'returns' attribute of the command description in the remote debugging protocol." |
} |
], |
"description": "Response body. If an error occurs while posting the message, the callback will be called with no arguments and $(ref:runtime.lastError) will be set to the error message." |
@@ -161,7 +161,7 @@ |
"name": "params", |
"optional": true, |
"additionalProperties": { "type": "any" }, |
- "description": "JSON object with the response. Structure of the response varies depending on the method and is defined by the remote debugging protocol." |
+ "description": "JSON object with the parameters. Structure of the parameters varies depending on the method name and is defined by the 'parameters' attribute of the event description in the remote debugging protocol." |
} |
] |
}, |