summaryrefslogtreecommitdiffstats
path: root/chrome/browser/speech/tts_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/speech/tts_controller.h')
-rw-r--r--chrome/browser/speech/tts_controller.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/speech/tts_controller.h b/chrome/browser/speech/tts_controller.h
index 18cbcd9..6081518 100644
--- a/chrome/browser/speech/tts_controller.h
+++ b/chrome/browser/speech/tts_controller.h
@@ -66,6 +66,10 @@ struct VoiceData {
std::string extension_id;
std::set<TtsEventType> events;
+ // If true, the synthesis engine is a remote network resource.
+ // It may be higher latency and may incur bandwidth costs.
+ bool remote;
+
// If true, this is implemented by this platform's subclass of
// TtsPlatformImpl. If false, this is implemented by an extension.
bool native;