Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(522)

Unified Diff: third_party/google_input_tools/src/chrome/os/datasource.js

Issue 1046933003: Updates google-input-tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
/**

Powered by Google App Engine
This is Rietveld 408576698