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

Unified 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: 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/cloudMessagingV1.html
diff --git a/chrome/common/extensions/docs/templates/articles/cloudMessagingV1.html b/chrome/common/extensions/docs/templates/articles/cloudMessagingV1.html
index b717ff38dce43550903d534652981e79b04ec692..e4f1faa5f78b4150f3c82f094ec4e27ceb2ecb75 100644
--- a/chrome/common/extensions/docs/templates/articles/cloudMessagingV1.html
+++ b/chrome/common/extensions/docs/templates/articles/cloudMessagingV1.html
@@ -2,8 +2,9 @@
<h1>Google Cloud Messaging for Chrome V1</h1>
<p class="note">
-Google Cloud Messaging for Chrome V1 will be legacy soon.
-Use the new <a href="cloudMessaging">Google Cloud Messaging API</a>.
+Google Cloud Messaging for Chrome V1 is deprecated since Chrome 38.
+It will be removed in Chrome 40.
+Use the new <a href="cloudMessaging">Google Cloud Messaging</a>.
</p>
<p>
@@ -116,14 +117,13 @@ to use the push messaging service
</ul>
</li>
<li>Set up your app or extension to use the service:
- <ul>
- <li>Add the permission to the manifest.</li>
- <li>Include a call to <code>getChannelId</code>
- for any user who is to receive a message.</li>
- <li>Register a handler to receive the
- <code>onMessage</code> event.</li>
- </ul>
- </li>
+ <ul>
+ <li>Add the permission to the manifest.</li>
+ <li>Include a call to <code>getChannelId</code>
+ for any user who is to receive a message.</li>
+ <li>Register a handler to receive the <code>onMessage</code> event.</li>
+ </ul>
+ </li>
<li>Publish your app in the Chrome Web Store. </li>
<li>Use refresh token to get a valid access token.</li>
<li>Send message to user.</li>

Powered by Google App Engine
This is Rietveld 408576698