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

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

Issue 2720793004: Add back the "Opening Links in Chrome" page to the sidenav. (Closed)
Patch Set: Add iOS UA to the sidenav Created 3 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
« no previous file with comments | « no previous file | 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 { 2 {
3 "title": "Devtools", 3 "title": "Devtools",
4 "items": [ 4 "items": [
5 { 5 {
6 "title": "Learn Basics", 6 "title": "Learn Basics",
7 "href": "/devtools", 7 "href": "/devtools",
8 "items": [ 8 "items": [
9 { 9 {
10 "title": "Overview", 10 "title": "Overview",
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 }, 251 },
252 { 252 {
253 "title": "WebView Workflow", 253 "title": "WebView Workflow",
254 "href": "/multidevice/webview/workflow" 254 "href": "/multidevice/webview/workflow"
255 }, 255 },
256 { 256 {
257 "title": "Tips & Tricks", 257 "title": "Tips & Tricks",
258 "href": "/multidevice/webview/tipsandtricks" 258 "href": "/multidevice/webview/tipsandtricks"
259 } 259 }
260 ] 260 ]
261 },
262 {
263 "title": "Chrome for iOS",
264 "href": "/multidevice/ios/links",
265 "items": [
266 {
267 "title": "Opening Links in Chrome",
268 "href": "/multidevice/ios/links"
269 },
270 {
271 "title": "User Agent",
272 "href": "/multidevice/user-agent#chrome_for_ios_user_agent"
273 }
274 ]
261 } 275 }
262 ] 276 ]
263 }, 277 },
264 { 278 {
265 "title": "Platform", 279 "title": "Platform",
266 "items": [ 280 "items": [
267 { 281 {
268 "title": "Apps", 282 "title": "Apps",
269 "href": "/apps/about_apps", 283 "href": "/apps/about_apps",
270 "items": [ 284 "items": [
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 "title": "Articles", 1053 "title": "Articles",
1040 "href": "/webstore/articles" 1054 "href": "/webstore/articles"
1041 } 1055 }
1042 ] 1056 ]
1043 } 1057 }
1044 ] 1058 ]
1045 } 1059 }
1046 ] 1060 ]
1047 } 1061 }
1048 ] 1062 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698