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

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

Issue 476883003: Add deprecation message in chrome.pushMessaging API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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>Google Cloud Messaging for Chrome V1</h1> 2 <h1>Google Cloud Messaging for Chrome V1</h1>
3 3
4 <p class="note"> 4 <p class="note">
5 Google Cloud Messaging for Chrome V1 will be legacy soon. 5 Google Cloud Messaging for Chrome V1 is deprecated.
not at google - send to devlin 2014/08/14 22:16:08 You might want to say "Since Chrome XX". Also if I
fgorski 2014/08/20 22:46:47 Done.
6 Use the new <a href="cloudMessaging">Google Cloud Messaging API</a>. 6 Use the new <a href="cloudMessaging">Google Cloud Messaging API</a>.
7 </p> 7 </p>
8 8
9 <p> 9 <p>
10 Google Cloud Messaging for Chrome (GCM) is a service 10 Google Cloud Messaging for Chrome (GCM) is a service
11 for signed-in Chrome users 11 for signed-in Chrome users
12 that helps developers send message data from servers 12 that helps developers send message data from servers
13 to their Chrome apps and extensions. 13 to their Chrome apps and extensions.
14 The service is intended to wake up an app or extension, 14 The service is intended to wake up an app or extension,
15 and/or alert a user. 15 and/or alert a user.
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 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
549 with keys. 549 with keys.
550 </p> 550 </p>
551 551
552 <h2 id="feedback">Feedback</h2> 552 <h2 id="feedback">Feedback</h2>
553 553
554 <p>You can provide feedback about Google Cloud Messaging 554 <p>You can provide feedback about Google Cloud Messaging
555 and the pushMessaging API through the Google Group 555 and the pushMessaging API through the Google Group
556 <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>.
557 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

Powered by Google App Engine
This is Rietveld 408576698