| Index: chrome/common/extensions/docs/templates/intros/notifications.html
|
| diff --git a/chrome/common/extensions/docs/templates/intros/notifications.html b/chrome/common/extensions/docs/templates/intros/notifications.html
|
| index 437168dacc5abfcceaa8a2388a743b5b6fd85105..0382df815731091710ce8bbbbb60234633a2381c 100644
|
| --- a/chrome/common/extensions/docs/templates/intros/notifications.html
|
| +++ b/chrome/common/extensions/docs/templates/intros/notifications.html
|
| @@ -4,17 +4,6 @@
|
| <th scope="col"></th>
|
| </tr>
|
| <tr>
|
| - <td><strong>Description:</strong></td>
|
| - <td>Use the <code>chrome.notifications</code> module
|
| - to create rich notifications using templates and
|
| - show these notifications to users in the system tray
|
| - (see <a href="#usage">Usage</a>).</td>
|
| - </tr>
|
| - <tr>
|
| - <td><strong>Availability:</strong></td>
|
| - <td>Google Chrome Dev Channel Only</td>
|
| - </tr>
|
| - <tr>
|
| <td><strong>Permissions:</strong></td>
|
| <td><code>"notifications"</code></td>
|
| </tr>
|
|
|