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

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

Issue 12497004: Additional fixes to new notification docs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "title": "Getting Started", 3 "title": "Getting Started",
4 "fileName": "getstarted.html" 4 "fileName": "getstarted.html"
5 }, 5 },
6 { 6 {
7 "title": "Overview", 7 "title": "Overview",
8 "fileName": "overview.html" 8 "fileName": "overview.html"
9 }, 9 },
10 { 10 {
(...skipping 11 matching lines...) Expand all
22 { 22 {
23 "title": "Browser Actions", 23 "title": "Browser Actions",
24 "fileName": "browserAction.html" 24 "fileName": "browserAction.html"
25 }, 25 },
26 { 26 {
27 "title": "Context Menus", 27 "title": "Context Menus",
28 "fileName": "contextMenus.html" 28 "fileName": "contextMenus.html"
29 }, 29 },
30 { 30 {
31 "title": "Desktop Notifications", 31 "title": "Desktop Notifications",
32 "fileName": "notifications.html" 32 "fileName": "desktop_notifications.html"
33 }, 33 },
34 { 34 {
35 "title": "Omnibox", 35 "title": "Omnibox",
36 "fileName": "omnibox.html" 36 "fileName": "omnibox.html"
37 }, 37 },
38 { 38 {
39 "title": "Options Pages", 39 "title": "Options Pages",
40 "fileName": "options.html" 40 "fileName": "options.html"
41 }, 41 },
42 { 42 {
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 "title": "Hosted Apps", 209 "title": "Hosted Apps",
210 "fileName": "http://code.google.com/chrome/apps/docs/developers_guide.ht ml" 210 "fileName": "http://code.google.com/chrome/apps/docs/developers_guide.ht ml"
211 }, 211 },
212 { 212 {
213 "title": "Themes", 213 "title": "Themes",
214 "fileName": "themes.html" 214 "fileName": "themes.html"
215 } 215 }
216 ] 216 ]
217 } 217 }
218 ] 218 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698