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

Unified Diff: chrome/common/extensions/docs/examples/api/silent_tts_engine/background.html

Issue 9688004: Sample extensions page does not feature chrome.ttsEngine. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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/examples/api/silent_tts_engine/background.html
diff --git a/chrome/common/extensions/docs/examples/api/silent_tts_engine/background.html b/chrome/common/extensions/docs/examples/api/silent_tts_engine/background.html
new file mode 100644
index 0000000000000000000000000000000000000000..6fdb84adaafff092cfc1d52b55167fbee6db188f
--- /dev/null
+++ b/chrome/common/extensions/docs/examples/api/silent_tts_engine/background.html
@@ -0,0 +1,3 @@
+<html>
+<script type="text/javascript" src="silent_tts_engine.js"></script>
dmazzoni 2012/05/16 05:49:58 It's no longer necessary to have a background.html
mitchellwrosen 2012/05/16 20:40:08 Done.
+</html>

Powered by Google App Engine
This is Rietveld 408576698