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

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

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing up Offline/Online Access - Attempting to rework availability algorithm Created 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "devtools.inspectedWindow": {
3 "channel": "stable",
4 "version": "18"
5 },
6 "devtools.panels": {
7 "channel": "stable",
8 "version": "18"
9 },
10 "devtools.network": {
11 "channel": "stable",
12 "version": "18"
13 },
14 "input.ime": {
15 "channel": "stable",
16 "version": "18"
17 },
18 "notifications": {
19 "channel": "dev",
20 "version": "dev"
21 },
22 "webstore": {
23 "channel": "stable",
24 "version": "15"
25 }
26 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698