| Index: chrome/common/extensions/docs/templates/articles/gcm_server.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/gcm_server.html b/chrome/common/extensions/docs/templates/articles/gcm_server.html
|
| index ef0e74ffb5524e347b0c18cf6bbd74a8b40f56a2..c1b82ce9b70e67225cc7d6f3fbe8e2584328ab61 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/gcm_server.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/gcm_server.html
|
| @@ -1,8 +1,14 @@
|
| <meta name="doc-family" content="apps">
|
| <h1>API Reference for GCM service</h1>
|
|
|
| +<p class="note">
|
| +This document explains sending messages to chrome.pushMessaging API, which is
|
| +deprecated.
|
| +Use the new <a href="cloudMessaging">Google Cloud Messaging API</a>.
|
| +</p>
|
| +
|
| <p>
|
| -The <a href="cloudMessaging">Google Cloud Messaging for Chrome</a> service
|
| +The <a href="cloudMessagingV1">Google Cloud Messaging for Chrome</a> service
|
| sends messages to users of a Chrome App.
|
| The service handles all aspects of queueing and delivering messages.
|
| To use the service,
|
|
|