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

Unified Diff: chrome/browser/resources/options/language_dictionary_overlay.js

Issue 11308076: Browser-tests for editing the dictionary on chrome://settings/editDictionary (Closed) Base URL: http://git.chromium.org/chromium/src.git@dictionary
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/edit_dictionary_browsertest.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/language_dictionary_overlay.js
diff --git a/chrome/browser/resources/options/language_dictionary_overlay.js b/chrome/browser/resources/options/language_dictionary_overlay.js
index 653df8855798fc0d46ad0765af321fbab7b3572e..152bbacb758c16fec47aa6c47d3adbc3078cdae5 100644
--- a/chrome/browser/resources/options/language_dictionary_overlay.js
+++ b/chrome/browser/resources/options/language_dictionary_overlay.js
@@ -7,6 +7,10 @@ cr.define('options', function() {
var ArrayDataModel = cr.ui.ArrayDataModel;
var DictionaryWordsList = options.dictionary_words.DictionaryWordsList;
+ /**
+ * Adding and removing words in custom spelling dictionary.
+ * @constructor
+ */
function EditDictionaryOverlay() {
OptionsPage.call(this, 'editDictionary',
loadTimeData.getString('languageDictionaryOverlayPage'),
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/edit_dictionary_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698