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

Side by Side Diff: chrome/common/extensions/docs/templates/json/api_availabilities.json

Issue 18323018: Linking AvailabilityFinder with APIDataSource and intro-table templates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "devtools.inspectedWindow": { 2 "devtools.inspectedWindow": {
3 "channel": "stable", 3 "channel": "stable",
4 "version": 18 4 "version": 18
5 }, 5 },
6 "devtools.network": { 6 "devtools.network": {
7 "channel": "stable", 7 "channel": "stable",
8 "version": 18 8 "version": 18
9 }, 9 },
10 "devtools.panels": { 10 "devtools.panels": {
11 "channel": "stable", 11 "channel": "stable",
12 "version": 18 12 "version": 18
13 }, 13 },
14 "storage": {
15 "channel": "stable",
16 "version": 20
17 },
epeterson 2013/07/03 19:05:02 Here's an interesting point with checking availabi
not at google - send to devlin 2013/07/03 19:54:56 Ah right. How many does this affect?
epeterson 2013/07/09 20:51:18 Other APIs like browsingData, topSites, privacy, a
epeterson 2013/07/09 20:51:18 For reference, here's a list of the API availabili
not at google - send to devlin 2013/07/09 21:07:16 Heh, not at all, it was pretty undisciplined back
14 "webstore": { 18 "webstore": {
15 "channel": "stable", 19 "channel": "stable",
16 "version": 15 20 "version": 15
17 } 21 }
18 } 22 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698