| Index: chrome/browser/resources/chromeos/chromevox/host/chrome/tts_background.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/host/chrome/tts_background.js b/chrome/browser/resources/chromeos/chromevox/host/chrome/tts_background.js
|
| index 29306a4341ccac661113c299e8d22cfeca681545..06fcf89ec8b087f62938457ade9d64bd7c74c6f2 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/host/chrome/tts_background.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/host/chrome/tts_background.js
|
| @@ -536,17 +536,6 @@ cvox.TtsBackground.prototype.onError_ = function(errorMessage) {
|
| };
|
|
|
| /**
|
| - * Converts an engine property value to a percentage from 0.00 to 1.00.
|
| - * @param {string} property The property to convert.
|
| - * @return {?number} The percentage of the property.
|
| - */
|
| -cvox.TtsBackground.prototype.propertyToPercentage = function(property) {
|
| - return (this.ttsProperties[property] - this.propertyMin[property]) /
|
| - Math.abs(this.propertyMax[property] - this.propertyMin[property]);
|
| -};
|
| -
|
| -
|
| -/**
|
| * @override
|
| */
|
| cvox.TtsBackground.prototype.preprocess = function(text, properties) {
|
|
|