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

Unified Diff: chrome/common/extensions/docs/templates/intros/notifications.html

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updates to HasAPI in APIDataSource Created 7 years, 9 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/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>

Powered by Google App Engine
This is Rietveld 408576698