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

Unified Diff: chrome/common/extensions/api/tts_engine.json

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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/api/tts_engine.json
diff --git a/chrome/common/extensions/api/tts_engine.json b/chrome/common/extensions/api/tts_engine.json
index 6279ccc1aa12abd06fe0e563466d5a5c5d207c2f..485259a50b191eb2abb769e114bf958f2d98f0b6 100644
--- a/chrome/common/extensions/api/tts_engine.json
+++ b/chrome/common/extensions/api/tts_engine.json
@@ -5,6 +5,7 @@
[
{
"namespace": "ttsEngine",
+ "description": "Use the <code>chrome.ttsEngine</code> module to implement a text-to-speech(TTS) engine using an extension.",
"dependencies": [ "tts" ],
"functions": [
{

Powered by Google App Engine
This is Rietveld 408576698