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

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

Issue 275863005: Document Bluetooth Socket API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix refs Created 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/docs/templates/articles/app_bluetooth.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 25 matching lines...) Expand all
36 ] 36 ]
37 }, 37 },
38 "bluetooth": { 38 "bluetooth": {
39 "Learn More": [ 39 "Learn More": [
40 { 40 {
41 "link": "app_bluetooth.html", 41 "link": "app_bluetooth.html",
42 "text": "Bluetooth" 42 "text": "Bluetooth"
43 } 43 }
44 ] 44 ]
45 }, 45 },
46 "bluetoothLowEnergy": {
47 "Learn More": [
48 {
49 "link": "app_bluetooth.html",
50 "text": "Bluetooth"
51 }
52 ]
53 },
54 "bluetoothSocket": {
55 "Learn More": [
56 {
57 "link": "app_bluetooth.html",
58 "text": "Bluetooth"
59 }
60 ]
61 },
46 "cookies": { 62 "cookies": {
47 "Permissions": [ 63 "Permissions": [
48 { 64 {
49 "class": "code", 65 "class": "code",
50 "text": "\"cookies\"" 66 "text": "\"cookies\""
51 }, 67 },
52 { 68 {
53 "link": "declare_permissions.html#host-permissions", 69 "link": "declare_permissions.html#host-permissions",
54 "text": "host permissions" 70 "text": "host permissions"
55 } 71 }
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 ] 315 ]
300 }, 316 },
301 "windows": { 317 "windows": {
302 "Permissions": [ 318 "Permissions": [
303 { 319 {
304 "partial": "intro_tables/windows_permissions.html" 320 "partial": "intro_tables/windows_permissions.html"
305 } 321 }
306 ] 322 ]
307 } 323 }
308 } 324 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/templates/articles/app_bluetooth.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698