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

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

Issue 2105033003: tabId support to chrome.extensions.getViews() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed code review Created 4 years, 5 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/extension.json
diff --git a/chrome/common/extensions/api/extension.json b/chrome/common/extensions/api/extension.json
index 6fc3f9fef0fcbc817e8fd6c892f0265b993a6be3..e6cf1989fb313658ad5ef919ac693eecec68e87f 100644
--- a/chrome/common/extensions/api/extension.json
+++ b/chrome/common/extensions/api/extension.json
@@ -94,7 +94,12 @@
"type": "integer",
"optional": true,
"description": "The window to restrict the search to. If omitted, returns all views."
- }
+ },
+ "tabId": {
Devlin 2016/07/12 18:35:57 Looks like there are tabs lurking in here, but chr
Devlin 2016/07/13 16:22:59 Missed this comment.
catmullings 2016/07/13 22:07:05 Done.
+ "type": "integer",
+ "optional":true,
+ "description": "Find a view according to a tab id. If this field is omitted, returns all views."
+ }
}
}
],

Powered by Google App Engine
This is Rietveld 408576698