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

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: Moving logic into availability_data_source Created 7 years, 8 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 "idle" : "6",
3 "contextMenus" : "6",
4 "storage" : "20",
5 "declarativeContent" : "trunk",
6 "tts" : "14",
7 "webstore" : "15",
8 "commands" : "25",
9 "runtime" : "22",
10 "syncFileSystem" : "27",
11 "usb" : "26",
12 "pushMessaging" : "24",
13 "appWindow" : "23",
14 "mediaGalleries" : "23",
15 "alarms" : "22",
16 "notifications" : "dev",
17 "serial" : "23",
18 "appRuntime" : "23",
19 "socket" : "24",
20 "bluetooth" : "dev",
21 "fileSystem" : "23"
22 }
epeterson 2013/04/17 03:38:50 Here's the central .json file for existing availab
not at google - send to devlin 2013/04/17 18:32:44 hm, without reviewing the code, I would have expec
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698