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

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

Issue 8114011: Add sample extensions that use the text-to-speech (TTS) API. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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/extensions/speak_selection/background.html
===================================================================
--- chrome/common/extensions/docs/examples/extensions/speak_selection/background.html (revision 0)
+++ chrome/common/extensions/docs/examples/extensions/speak_selection/background.html (revision 0)
@@ -0,0 +1,3 @@
+<script src="keycodes.js"></script>
+<script src="tabs.js"></script>
+<script src="background.js"></script>
Property changes on: chrome/common/extensions/docs/examples/extensions/speak_selection/background.html
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698