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

Unified Diff: chrome/common/extensions/docs/templates/intros/idle.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: Moving logic into availability_data_source Created 7 years, 8 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/idle.html
diff --git a/chrome/common/extensions/docs/templates/intros/idle.html b/chrome/common/extensions/docs/templates/intros/idle.html
index 311037f0795100bd8737372a0037ce37759d5883..6c4029ed958d74465e71baf1f6c73b3b44a9cd0e 100644
--- a/chrome/common/extensions/docs/templates/intros/idle.html
+++ b/chrome/common/extensions/docs/templates/intros/idle.html
@@ -4,15 +4,6 @@
<th scope="col"></th>
</tr>
<tr>
- <td><strong>Description:</strong></td>
- <td>Use the <code>chrome.idle</code> module
- to detect when the machine's idle state changes.</td>
- </tr>
- <tr>
- <td><strong>Availability:</strong></td>
- <td>Google Chrome 6</td>
- </tr>
- <tr>
<td><strong>Permissions:</strong></td>
<td><code>"idle"</code></td>
</tr>
@@ -30,4 +21,4 @@ For example:
"idle"
]</b>,
...
-}</pre>
+}</pre>

Powered by Google App Engine
This is Rietveld 408576698