Index: third_party/google_input_tools/src/chrome/os/datasource.js |
diff --git a/third_party/google_input_tools/src/chrome/os/datasource.js b/third_party/google_input_tools/src/chrome/os/datasource.js |
index c6028187a70e8d28e7d409f5f767b8964b16fb45..e9ab773976ce3b90cba60eab050f131d9a7387df 100644 |
--- a/third_party/google_input_tools/src/chrome/os/datasource.js |
+++ b/third_party/google_input_tools/src/chrome/os/datasource.js |
@@ -182,11 +182,12 @@ DataSource.prototype.setCorrectionLevel = function(level) { |
/** |
- * Commits text to the data source. |
+ * Changes frequency of word in the data source. |
* |
- * @param {string} text The text to commit. |
+ * @param {string} word The word to commit/change. |
+ * @param {number} frequency The change in frequency. |
*/ |
-DataSource.prototype.commitText = goog.functions.NULL; |
+DataSource.prototype.changeWordFrequency = goog.functions.NULL; |
/** |