Index: chrome/common/extensions/api/devtools_api.json |
=================================================================== |
--- chrome/common/extensions/api/devtools_api.json (revision 136322) |
+++ chrome/common/extensions/api/devtools_api.json (working copy) |
@@ -490,7 +490,7 @@ |
"description": "A function that is called when the user clicks on a valid resource link in Developer Tools window. Note that if the user clicks an invalid URL or an XHR, this function is not called.", |
"parameters": [ |
{ |
- "name": "devtools.inspectedWindow.Resource", |
+ "name": "Resource", |
"type": "object", |
"description": "A <a href=\"devtools.inspectedWindow.html#type-Resource\">Resource</a> object for the resource that was clicked." |
} |