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

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

Issue 10914218: Removing references to legacy packaged apps across extension docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/server2/templates/intros/ttsEngine.html
diff --git a/chrome/common/extensions/docs/server2/templates/intros/ttsEngine.html b/chrome/common/extensions/docs/server2/templates/intros/ttsEngine.html
index 7f2af21e5188c5c65c26dd9ae460800a843c9b52..e9c3f95976f25a23b375a18d9ad1125ce23a5011 100644
--- a/chrome/common/extensions/docs/server2/templates/intros/ttsEngine.html
+++ b/chrome/common/extensions/docs/server2/templates/intros/ttsEngine.html
@@ -2,8 +2,7 @@
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
Mihai Parparita -not on Chrome 2012/09/16 04:55:02 Platform apps can use the tts module, this referen
-app uses the
+an utterance to be spoken and other parameters when any extension 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

Powered by Google App Engine
This is Rietveld 408576698