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/intro_tables.json

Issue 177113013: Bluetooth: add Device events, and cleanup JS API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@arman-patch
Patch Set: Created 6 years, 9 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 "alarms": { 2 "alarms": {
3 "Learn More": [ 3 "Learn More": [
4 { 4 {
5 "link": "event_pages.html", 5 "link": "event_pages.html",
6 "text": "Event Pages" 6 "text": "Event Pages"
7 } 7 }
8 ] 8 ]
9 }, 9 },
10 "app_runtime": { 10 "app_runtime": {
(...skipping 20 matching lines...) Expand all
31 }, 31 },
32 { 32 {
33 "link": "https://developers.google.com/live/shows/9118010/", 33 "link": "https://developers.google.com/live/shows/9118010/",
34 "text": "Chrome Apps Office Hours: Building Awesome Multi-window Apps" 34 "text": "Chrome Apps Office Hours: Building Awesome Multi-window Apps"
35 } 35 }
36 ] 36 ]
37 }, 37 },
38 "bluetooth": { 38 "bluetooth": {
39 "Learn More": [ 39 "Learn More": [
40 { 40 {
41 "link": "app_usb.html", 41 "link": "app_bluetooth.html",
42 "text": "Accessing Hardware Devices" 42 "text": "Bluetooth Devices"
43 } 43 }
44 ] 44 ]
45 }, 45 },
46 "cookies": { 46 "cookies": {
47 "Permissions": [ 47 "Permissions": [
48 { 48 {
49 "class": "code", 49 "class": "code",
50 "text": "\"cookies\"" 50 "text": "\"cookies\""
51 }, 51 },
52 { 52 {
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 ] 291 ]
292 }, 292 },
293 "windows": { 293 "windows": {
294 "Permissions": [ 294 "Permissions": [
295 { 295 {
296 "partial": "intro_tables/windows_permissions.html" 296 "partial": "intro_tables/windows_permissions.html"
297 } 297 }
298 ] 298 ]
299 } 299 }
300 } 300 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698