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

Unified Diff: chrome/browser/resources/chromeos/chromevox/braille/braille_translator_manager.js

Issue 2813233002: Add a command to toggle between 6 and 8 dot braille. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/next_keymap.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/braille/braille_translator_manager.js
diff --git a/chrome/browser/resources/chromeos/chromevox/braille/braille_translator_manager.js b/chrome/browser/resources/chromeos/chromevox/braille/braille_translator_manager.js
index c1d472b107b44f5d0b43642fb5d5931e9fb8be0c..31ad847646b83daf6494c2c8b3de6fe6156923d3 100644
--- a/chrome/browser/resources/chromeos/chromevox/braille/braille_translator_manager.js
+++ b/chrome/browser/resources/chromeos/chromevox/braille/braille_translator_manager.js
@@ -192,7 +192,7 @@ cvox.BrailleTranslatorManager.prototype = {
this.tables_ = tables;
// Initial refresh; set options from user preferences.
- this.refresh(localStorage['brailleTable'], localStorage['brailleTable8']);
+ this.refresh(localStorage['brailleTable']);
}.bind(this));
},
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/next_keymap.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698