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

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: Addressing comments - Patch currently being broken up Created 7 years, 6 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.network": {
7 "channel": "stable",
8 "version": 18
9 },
10 "devtools.panels": {
11 "channel": "stable",
12 "version": 18
13 },
14 "input.ime": {
15 "channel": "stable",
16 "version": 18
17 },
18 "notifications": {
19 "channel": "dev"
20 },
21 "webstore": {
22 "channel": "stable",
23 "version": 15
24 }
25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698