| Index: chrome/common/extensions/docs/templates/articles/pushMessaging.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/pushMessaging.html b/chrome/common/extensions/docs/templates/articles/pushMessaging.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..47cb7e28996dec9050ecf071d898d1a29536fb35
|
| --- /dev/null
|
| +++ b/chrome/common/extensions/docs/templates/articles/pushMessaging.html
|
| @@ -0,0 +1,16 @@
|
| +<meta name="doc-family" content="apps">
|
| +<h1 id="pushMessaging">chrome.pushMessaging</h1>
|
| +
|
| +<p>The <code>chrome.pushMessaging</code> API is removed in Chrome 43. Please use
|
| +<a href="gcm.html">chrome.gcm</a> API to deliver push messages to your
|
| +application or extensions. Refer to <a href="cloudMessaging.html">Google Cloud
|
| +Messaging Tutorial</a> for more details.
|
| +
|
| +<h2 id="feedback">Feedback</h2>
|
| +
|
| +<p>You can provide feedback about Google Cloud Messaging and the
|
| +<a href="gcm.html">chrome.gcm</a> API through the Google Group
|
| +<a href="https://groups.google.com/forum/#!forum/gcm-for-chrome-feedback">GCM for Chrome
|
| +Feedback</a>.
|
| +Use this group to ask for help with transition to the new API, file bug reports,
|
| +and request features.</p>
|
|
|