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

Side by Side Diff: chrome/common/extensions/docs/templates/json/intro_tables.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 "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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 "Learn More": [ 158 "Learn More": [
159 { 159 {
160 "link": "declare_permissions.html", 160 "link": "declare_permissions.html",
161 "text": "Declaring permissions" 161 "text": "Declaring permissions"
162 } 162 }
163 ] 163 ]
164 }, 164 },
165 "pushMessaging": { 165 "pushMessaging": {
166 "Learn More": [ 166 "Learn More": [
167 { 167 {
168 "link": "cloudMessaging.html", 168 "link": "cloudMessagingV2.html",
169 "text": "Google Cloud Messaging for Chrome" 169 "text": "Google Cloud Messaging for Chrome"
170 }, 170 },
171 { 171 {
172 "link": "gcm_server.html", 172 "link": "gcm_server.html",
173 "text": "API Reference for GCM service" 173 "text": "API Reference for GCM service"
174 } 174 }
175 ] 175 ]
176 }, 176 },
177 "runtime": { 177 "runtime": {
178 "Learn More": [ 178 "Learn More": [
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 ] 291 ]
292 }, 292 },
293 "windows": { 293 "windows": {
294 "Permissions": [ 294 "Permissions": [
295 { 295 {
296 "partial": "intro_tables/windows_permissions.html" 296 "partial": "intro_tables/windows_permissions.html"
297 } 297 }
298 ] 298 ]
299 } 299 }
300 } 300 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698