summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/extensions/docs/templates/json/api_availabilities.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/extensions/docs/templates/json/api_availabilities.json')
-rw-r--r--chromium/chrome/common/extensions/docs/templates/json/api_availabilities.json51
1 files changed, 0 insertions, 51 deletions
diff --git a/chromium/chrome/common/extensions/docs/templates/json/api_availabilities.json b/chromium/chrome/common/extensions/docs/templates/json/api_availabilities.json
deleted file mode 100644
index a55ddba950f..00000000000
--- a/chromium/chrome/common/extensions/docs/templates/json/api_availabilities.json
+++ /dev/null
@@ -1,51 +0,0 @@
-// Availability for these APIs either can't be accurately found or would take a
-// significant amount of specific logic to determine (devtools).
-// The versions listed here were drawn either from hardcoded HTML intro tables
-// or from the whats_new page.
-{
- "devtools.inspectedWindow": {
- "channel": "stable",
- "version": 18
- },
- "devtools.network": {
- "channel": "stable",
- "version": 18
- },
- "devtools.panels": {
- "channel": "stable",
- "version": 18
- },
- "input.ime": {
- "channel": "stable",
- "version": 21
- },
- "mediaGalleries": {
- "channel": "stable",
- "version": 23
- },
- "notifications": {
- "channel": "stable",
- "version": 28
- },
- "storage": {
- "channel": "stable",
- "version": 20
- },
- "pageCapture": {
- "channel": "stable",
- "version": 18
- },
- "webstore": {
- // Only 'webstorePrivate' is present before version 19.
- "channel": "stable",
- "version": 15
- },
- "webviewTag": {
- "channel": "stable",
- "version": 25
- },
- "webviewTag.WebRequestEventInterface": {
- "channel": "stable",
- "version": 33
- }
-}