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

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

Issue 145443002: GCM for Chrome documentation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « no previous file | chrome/common/extensions/docs/templates/articles/cloudMessagingV2.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <meta name="doc-family" content="apps"> 1 <meta name="doc-family" content="apps">
2 <h1>Google Cloud Messaging for Chrome</h1> 2 <h1>Google Cloud Messaging for Chrome</h1>
3 3
4 <p class="note">
5 If you are looking for the new Google Cloud Messaging API, please click
6 <a href="cloudMessagingV2">here</a>.
7 </p>
8
4 <p> 9 <p>
5 Google Cloud Messaging for Chrome (GCM) is a service 10 Google Cloud Messaging for Chrome (GCM) is a service
6 for signed-in Chrome users 11 for signed-in Chrome users
7 that helps developers send message data from servers 12 that helps developers send message data from servers
8 to their Chrome apps and extensions. 13 to their Chrome apps and extensions.
9 The service is intended to wake up an app or extension, 14 The service is intended to wake up an app or extension,
10 and/or alert a user. 15 and/or alert a user.
11 For example, calendar updates could be pushed to users 16 For example, calendar updates could be pushed to users
12 even when their calendaring app isn't open. 17 even when their calendaring app isn't open.
13 </p> 18 </p>
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 you need to remove the key because the Store does not currently allow manifests 548 you need to remove the key because the Store does not currently allow manifests
544 with keys. 549 with keys.
545 </p> 550 </p>
546 551
547 <h2 id="feedback">Feedback</h2> 552 <h2 id="feedback">Feedback</h2>
548 553
549 <p>You can provide feedback about Google Cloud Messaging 554 <p>You can provide feedback about Google Cloud Messaging
550 and the pushMessaging API through the Google Group 555 and the pushMessaging API through the Google Group
551 <a target="_blank" href="https://groups.google.com/forum/#!forum/gcm-for-chrome- feedback">GCM for Chrome feedback</a>. 556 <a target="_blank" href="https://groups.google.com/forum/#!forum/gcm-for-chrome- feedback">GCM for Chrome feedback</a>.
552 Use this group to ask for help, file bug reports, and request features.</p> 557 Use this group to ask for help, file bug reports, and request features.</p>
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/templates/articles/cloudMessagingV2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698