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

Unified Diff: chrome/common/extensions/docs/templates/articles/gcm_server.html

Issue 476883003: Add deprecation message in chrome.pushMessaging API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Applying update setting deprecation to Chrome 38, removal to Chrome 40. 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 side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698