Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / api / debugger.json
index 2bf6c3f..4e4a49a 100644 (file)
                 "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."
             "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."
           }
         ]
       },