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

Unified Diff: chrome/common/extensions/docs/templates/intros/ttsEngine.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: Addressing comments - Patch currently being broken up Created 7 years, 6 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/ttsEngine.html
diff --git a/chrome/common/extensions/docs/templates/intros/ttsEngine.html b/chrome/common/extensions/docs/templates/intros/ttsEngine.html
index a1e766e14ab5a18c1674236f099773ec2b990c72..10f82ac8344d7f4fd9285bfbb268d0630e935120 100644
--- a/chrome/common/extensions/docs/templates/intros/ttsEngine.html
+++ b/chrome/common/extensions/docs/templates/intros/ttsEngine.html
@@ -1,16 +1,3 @@
-<p id="classSummary">
-Use the <code>chrome.ttsEngine</code> module to
-implement a text-to-speech (TTS) engine using an extension. If your
-extension registers using this API, it will receive events containing
-an utterance to be spoken and other parameters when any extension or packaged
-app uses the
-<a href="tts.html">tts</a>
-module to generate speech. Your extension can then use any available
-web technology to synthesize and output the speech, and send events back
-to the calling function to report the status.
-</p>
-
-
<h2 id="overview">Overview</h2>
<p>An extension can register itself as a speech engine. By doing so, it
« no previous file with comments | « chrome/common/extensions/docs/templates/intros/tts.html ('k') | chrome/common/extensions/docs/templates/intros/types.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698