Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 is deprecated since Chrome 38. | 5 This document explains sending messages to chrome.pushMessaging API, which is |
|
not at google - send to devlin
2015/03/19 20:54:25
I would just replace this whole thing with "The pu
| |
| 6 It will be removed in Chrome 41. | 6 deprecated since Chrome 38. <strong>The API is removed in Chrome 43.</strong> |
| 7 Use the new <a href="cloudMessaging">Google Cloud Messaging</a>. | 7 Use the new <a href="cloudMessaging">Google Cloud Messaging</a>. |
| 8 </p> | 8 </p> |
| 9 | 9 |
| 10 <p> | 10 <p> |
| 11 Google Cloud Messaging for Chrome (GCM) is a service | 11 Google Cloud Messaging for Chrome (GCM) is a service |
| 12 for signed-in Chrome users | 12 for signed-in Chrome users |
| 13 that helps developers send message data from servers | 13 that helps developers send message data from servers |
| 14 to their Chrome apps and extensions. | 14 to their Chrome apps and extensions. |
| 15 The service is intended to wake up an app or extension, | 15 The service is intended to wake up an app or extension, |
| 16 and/or alert a user. | 16 and/or alert a user. |
| (...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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> |
| OLD | NEW |