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

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

Issue 145443002: GCM for Chrome documentation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch Created 6 years, 11 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "title": "Devtools", 3 "title": "Devtools",
4 "items": [ 4 "items": [
5 { 5 {
6 "title": "Learn Basics", 6 "title": "Learn Basics",
7 "items": [ 7 "items": [
8 { 8 {
9 "title": "Overview", 9 "title": "Overview",
10 "href": "/devtools/index.html" 10 "href": "/devtools/index.html"
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 { 378 {
379 "title": "Handling External Content", 379 "title": "Handling External Content",
380 "href": "/apps/app_external.html" 380 "href": "/apps/app_external.html"
381 }, 381 },
382 { 382 {
383 "title": "Storing Data", 383 "title": "Storing Data",
384 "href": "/apps/app_storage.html" 384 "href": "/apps/app_storage.html"
385 }, 385 },
386 { 386 {
387 "title": "Cloud Messaging", 387 "title": "Cloud Messaging",
388 "href": "/apps/cloudMessaging.html" 388 "href": "/apps/cloudMessagingV2.html"
389 }, 389 },
390 { 390 {
391 "title": "User Authentication", 391 "title": "User Authentication",
392 "href": "/apps/app_identity.html" 392 "href": "/apps/app_identity.html"
393 } 393 }
394 ] 394 ]
395 }, 395 },
396 { 396 {
397 "title": "User Low-Level System Services", 397 "title": "User Low-Level System Services",
398 "href": "/apps/app_usb.html", 398 "href": "/apps/app_usb.html",
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 "title": "Articles", 962 "title": "Articles",
963 "href": "/webstore/articles.html" 963 "href": "/webstore/articles.html"
964 } 964 }
965 ] 965 ]
966 } 966 }
967 ] 967 ]
968 } 968 }
969 ] 969 ]
970 } 970 }
971 ] 971 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698