| Index: chrome/browser/speech/tts_controller.h
|
| diff --git a/chrome/browser/speech/tts_controller.h b/chrome/browser/speech/tts_controller.h
|
| index 18cbcd98607d3f613ec3922e058873362be8e438..60815185c5fc57cf7c2cbe3da7812216038471b2 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;
|
|
|