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

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

Issue 10367002: Make all extension api types fully qualified. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tests pass, docs are updated, it's g2g I think 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/contextMenus.json
diff --git a/chrome/common/extensions/api/contextMenus.json b/chrome/common/extensions/api/contextMenus.json
index efebc343c68840abea6f632ed8d18646886ba5ca..17c6f2789aaade3536e3540006d6f431f98c518b 100644
--- a/chrome/common/extensions/api/contextMenus.json
+++ b/chrome/common/extensions/api/contextMenus.json
@@ -109,7 +109,7 @@
},
{
"name": "tab",
- "$ref": "Tab",
+ "$ref": "tabs.Tab",
"description": "The details of the tab where the click took place."
}
]

Powered by Google App Engine
This is Rietveld 408576698