Closed m-alger closed 8 years ago
e.g. highlighting chrome.tts.speak('hello'); with the API dictionary only containing information relating to the storage API should return chrome.tts.speak('hello'); with no modifications.
chrome.tts.speak('hello');
Resolved in this CL.
e.g. highlighting
chrome.tts.speak('hello');
with the API dictionary only containing information relating to the storage API should returnchrome.tts.speak('hello');
with no modifications.