| Index: chrome/common/extensions/docs/templates/articles/desktop_notifications.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/desktop_notifications.html b/chrome/common/extensions/docs/templates/articles/desktop_notifications.html
|
| index c88517be4623540a41d986f4490cdb34c440ebeb..409d36badcfb77ca828330e8ac0ac054fd29b8f4 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/desktop_notifications.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/desktop_notifications.html
|
| @@ -1,5 +1,15 @@
|
| <h1>Desktop Notifications</h1>
|
|
|
| +<p class="warning"><b>Warning:</b>
|
| +<code>webKitNotifications.createHTMLNotification()</code> in the
|
| +<a href="http://www.chromium.org/developers/design-documents/desktop-notifications/api-specification">web notifications API</a> has been deprecated.
|
| +The new <a href="http://www.w3.org/TR/notifications/">web notifications API</a> only allows text.
|
| +<a href="notifications.html">Chrome notifications API</a>
|
| +will be promoted to stable soon and
|
| +web notifications will be updated
|
| +to use the new rich notifications format.
|
| +</p>
|
| +
|
| <p>
|
| Use desktop notifications to notify users that something
|
| important has happened.
|
|
|