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

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

Issue 487533005: Add support for references in different paths in apis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing gn builds. Created 6 years, 4 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/tabs.json
diff --git a/chrome/common/extensions/api/tabs.json b/chrome/common/extensions/api/tabs.json
index 931a293e34fcd81aa81efc01721191c206dd8c23..f3c9348e3fbbb3dc9459fcda4909c35a9124b896 100644
--- a/chrome/common/extensions/api/tabs.json
+++ b/chrome/common/extensions/api/tabs.json
@@ -654,7 +654,7 @@
"description": "The target window. Defaults to the <a href='windows#current-window'>current window</a>."
},
{
- "$ref": "types.ImageDetails",
+ "$ref": "extensionTypes.ImageDetails",
"name": "options",
"optional": true
},

Powered by Google App Engine
This is Rietveld 408576698