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

Side by Side Diff: chrome/common/extensions/docs/templates/articles/cloudMessaging.html

Issue 561733004: Fixing path to chrome app samples in documentation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding app.yaml and cron.yaml vesion update Created 6 years, 3 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
OLDNEW
1 <meta name="doc-family" content="apps"> 1 <meta name="doc-family" content="apps">
2 <h1 id="gcm">Google Cloud Messaging</h1> 2 <h1 id="gcm">Google Cloud Messaging</h1>
3 3
4 <p>Google Cloud Messaging (GCM) is a service for both Android-powered device and 4 <p>Google Cloud Messaging (GCM) is a service for both Android-powered device and
5 Chrome instances to send and receive message data from servers. 5 Chrome instances to send and receive message data from servers.
6 The <a href="gcm">chrome.gcm API</a> allows the Chrome apps or extensions 6 The <a href="gcm">chrome.gcm API</a> allows the Chrome apps or extensions
7 to access the GCM service for the signed-in Chrome users. 7 to access the GCM service for the signed-in Chrome users.
8 The service works even if an app or extension isn't currently running. 8 The service works even if an app or extension isn't currently running.
9 For example, calendar updates could be pushed 9 For example, calendar updates could be pushed
10 to users even when their calendar app isn't open. </p> 10 to users even when their calendar app isn't open. </p>
11 11
12 <p>To use both API and service, you must agree to the <a href="https://developer s.google.com/terms/">Google APIs Terms of 12 <p>To use both API and service, you must agree to the <a href="https://developer s.google.com/terms/">Google APIs Terms of
13 Service</a> and <a href="https://developers.google.com/cloud/terms/">Google Clou d Platform Terms 13 Service</a> and <a href="https://developers.google.com/cloud/terms/">Google Clou d Platform Terms
14 of Service</a>.</p> 14 of Service</a>.</p>
15 15
16 <p>This document describes how to set up and use GCM. For additional information 16 <p>This document describes how to set up and use GCM. For additional information
17 see the reference documentation for the <a href="gcm">GCM Chrome API</a> and 17 see the reference documentation for the <a href="gcm">GCM Chrome API</a> and
18 the <a href="http://developer.android.com/google/gcm/index.html">GCM Service</a> . To get 18 the <a href="http://developer.android.com/google/gcm/index.html">GCM Service</a> . To get
19 help with GCM or to give us feedback, please see 19 help with GCM or to give us feedback, please see
20 <a href="#feedback">Feedback</a>.</p> 20 <a href="#feedback">Feedback</a>.</p>
21 21
22 <p class="note"><strong>API Samples</strong>: Want to play with the code? Check out the 22 <p class="note"><strong>API Samples</strong>: Want to play with the code? Check out the
23 <a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/gcm-noti fications">gcm-notifications</a> 23 <a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/ gcm-notifications">gcm-notifications</a>
24 sample.</p> 24 sample.</p>
25 25
26 <h2 id="enable_gcm">Enable GCM</h2> 26 <h2 id="enable_gcm">Enable GCM</h2>
27 27
28 <p>To use GCM for your app or extension, do the following:</p> 28 <p>To use GCM for your app or extension, do the following:</p>
29 29
30 <ol> 30 <ol>
31 <li>Upload your app or extension client to the <a href="https://developers.googl e.com/chrome/web-store/docs/publish">Chrome Web 31 <li>Upload your app or extension client to the <a href="https://developers.googl e.com/chrome/web-store/docs/publish">Chrome Web
32 Store</a>.</li> 32 Store</a>.</li>
33 <li>A user installs your app or extension.</li> 33 <li>A user installs your app or extension.</li>
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 errors.</li> 374 errors.</li>
375 </ul> 375 </ul>
376 376
377 <h2 id="feedback">Feedback</h2> 377 <h2 id="feedback">Feedback</h2>
378 378
379 <p>You can provide feedback about Google Cloud Messaging and the 379 <p>You can provide feedback about Google Cloud Messaging and the
380 <a href="gcm">chrome.gcm API</a> through 380 <a href="gcm">chrome.gcm API</a> through
381 the Google Group <a href="https://groups.google.com/forum/#!forum/gcm-for-chrome -feedback">GCM for Chrome 381 the Google Group <a href="https://groups.google.com/forum/#!forum/gcm-for-chrome -feedback">GCM for Chrome
382 Feedback</a>. 382 Feedback</a>.
383 Use this group to ask for help, file bug reports, and request features.</p> 383 Use this group to ask for help, file bug reports, and request features.</p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698