Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1809)

Unified Diff: chrome/common/extensions/api/devtools_api.json

Issue 10381089: Revert 136296 - Make all extension api types fully qualified. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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."
}

Powered by Google App Engine
This is Rietveld 408576698