Index: chrome/browser/resources/chromeos/chromevox/host/interface/tts_interface.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/host/interface/tts_interface.js b/chrome/browser/resources/chromeos/chromevox/host/interface/tts_interface.js |
index 9a1b63de5db51a2d8fe5036e0d0edeb6e5bb6281..b00e07d6658b2b089ee9b477058194ba0492a71a 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/host/interface/tts_interface.js |
+++ b/chrome/browser/resources/chromeos/chromevox/host/interface/tts_interface.js |
@@ -110,6 +110,14 @@ cvox.TtsInterface.prototype.increaseOrDecreaseProperty = |
/** |
+ * 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.TtsInterface.prototype.propertyToPercentage = function(property) { }; |
+ |
+ |
+/** |
* Returns the default properties of the first tts that has default properties. |
* @param {string} property Name of property. |
* @return {?number} The default value. |