Chromium Code Reviews| Index: chrome/common/extensions/api/devtools_api.json |
| diff --git a/chrome/common/extensions/api/devtools_api.json b/chrome/common/extensions/api/devtools_api.json |
| index 4d21eedf8f9489332ef112909849f209213431fd..f10e0c813fd76bd036846912792322c0ba70eff2 100644 |
| --- a/chrome/common/extensions/api/devtools_api.json |
| +++ b/chrome/common/extensions/api/devtools_api.json |
| @@ -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": "Resource", |
| + "name": "devtools.inspectedWindow.Resource", |
| "type": "object", |
| "description": "A <a href=\"devtools.inspectedWindow.html#type-Resource\">Resource</a> object for the resource that was clicked." |
| } |