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

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

Issue 438963003: Docserver: Add annotation to intro_tables.json to restrict content by platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final nit Created 6 years, 4 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
« no previous file with comments | « chrome/common/extensions/docs/server2/jsc_view_test.py ('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", 5 "link": "event_pages",
6 "text": "Event Pages" 6 "text": "Event Pages"
7 } 7 }
8 ] 8 ]
9 }, 9 },
10 "app_runtime": { 10 "app_runtime": {
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 { 207 {
208 "link": "gcm_server", 208 "link": "gcm_server",
209 "text": "API Reference for GCM service" 209 "text": "API Reference for GCM service"
210 } 210 }
211 ] 211 ]
212 }, 212 },
213 "runtime": { 213 "runtime": {
214 "Learn More": [ 214 "Learn More": [
215 { 215 {
216 "link": "app_lifecycle", 216 "link": "app_lifecycle",
217 "text": "Manage App Lifecycle" 217 "text": "Manage App Lifecycle",
218 "extension_types": ["platform_app"]
218 }, 219 },
219 { 220 {
220 "link": "event_pages", 221 "link": "event_pages",
221 "text": "Event Pages" 222 "text": "Event Pages"
222 } 223 }
223 ] 224 ]
224 }, 225 },
225 "serial": { 226 "serial": {
226 "Learn More": [ 227 "Learn More": [
227 { 228 {
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 ] 328 ]
328 }, 329 },
329 "windows": { 330 "windows": {
330 "Permissions": [ 331 "Permissions": [
331 { 332 {
332 "partial": "intro_tables/windows_permissions.html" 333 "partial": "intro_tables/windows_permissions.html"
333 } 334 }
334 ] 335 ]
335 } 336 }
336 } 337 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/server2/jsc_view_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698