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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js

Issue 2813743002: Switch to selected 8-dot braille table in email and url text fields (Closed)
Patch Set: Fixes corner cases (liblouis callbacks sometimes drop when called quickly). 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
Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js b/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
index 981041334a9f0402bc0b5bdab41f7e0a99acb358..6fdbcb94e6450383561931573fdbeb9139cc9418 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
@@ -154,7 +154,7 @@ cvox.ChromeVoxBackground.prototype.init = function() {
* @type {cvox.BrailleBackground}
* @private
*/
- this.backgroundBraille_ = new cvox.BrailleBackground();
+ this.backgroundBraille_ = cvox.BrailleBackground.getInstance();
this.tabsApiHandler_ = new cvox.TabsApiHandler();

Powered by Google App Engine
This is Rietveld 408576698