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

Unified Diff: chrome/common/extensions/docs/samples.json

Issue 7348006: Google Mail Checker fixes: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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
« no previous file with comments | « chrome/common/extensions/docs/examples/extensions/gmail/background.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/samples.json
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
index a7a7257d6b5b5c9b4b4376c718649c4980e03c83..e156644a340fffe544567cad3ec709c296b5c0a8 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -63,12 +63,14 @@
"chrome.experimental.sidebar.setIcon": "experimental.sidebar.html#method-setIcon",
"chrome.experimental.sidebar.setTitle": "experimental.sidebar.html#method-setTitle",
"chrome.experimental.sidebar.show": "experimental.sidebar.html#method-show",
+ "chrome.experimental.tts.getVoices": "experimental.tts.html#method-getVoices",
"chrome.experimental.tts.isSpeaking": "experimental.tts.html#method-isSpeaking",
- "chrome.experimental.tts.onSpeak": "experimental.tts.html#event-onSpeak",
- "chrome.experimental.tts.onStop": "experimental.tts.html#event-onStop",
"chrome.experimental.tts.speak": "experimental.tts.html#method-speak",
- "chrome.experimental.tts.speakCompleted": "experimental.tts.html#method-speakCompleted",
"chrome.experimental.tts.stop": "experimental.tts.html#method-stop",
+ "chrome.experimental.ttsEngine.onEvent": "experimental.ttsEngine.html#event-onEvent",
+ "chrome.experimental.ttsEngine.onSpeak": "experimental.ttsEngine.html#event-onSpeak",
+ "chrome.experimental.ttsEngine.onStop": "experimental.ttsEngine.html#event-onStop",
+ "chrome.experimental.ttsEngine.sendTtsEvent": "experimental.ttsEngine.html#method-sendTtsEvent",
"chrome.experimental.webNavigation.onBeforeNavigate": "experimental.webNavigation.html#event-onBeforeNavigate",
"chrome.experimental.webNavigation.onBeforeRetarget": "experimental.webNavigation.html#event-onBeforeRetarget",
"chrome.experimental.webNavigation.onCommitted": "experimental.webNavigation.html#event-onCommitted",
@@ -953,7 +955,7 @@
"manifest.json",
"options.html"
],
- "source_hash": "030b77992ed5bbbbc18f1b717bc330b965b26aaf",
+ "source_hash": "3143af76bc7ebab58033c28396d193f9ed9d4849",
"zip_path": "examples\/extensions\/gmail.zip"
},
{
« no previous file with comments | « chrome/common/extensions/docs/examples/extensions/gmail/background.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698