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..def19086aa2c9737dec35497df9c78f6ffd8f4bc 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 since Chrome 38. The API will be removed in Chrome 40. |
+Use the new <a href="cloudMessaging">Google Cloud Messaging</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, |