| Index: chrome/browser/speech/tts_controller.h
|
| ===================================================================
|
| --- chrome/browser/speech/tts_controller.h (revision 235463)
|
| +++ chrome/browser/speech/tts_controller.h (working copy)
|
| @@ -66,10 +66,6 @@
|
| 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;
|
|
|