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 |