| Index: chrome/browser/resources/chromeos/chromevox/host/chrome/braille_background.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/host/chrome/braille_background.js b/chrome/browser/resources/chromeos/chromevox/host/chrome/braille_background.js
|
| index d1686727f74fa7a00edc829fa3619eaf46751c0b..45383bccfe0b3f8f79b4bfe95640798969a0f9cd 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/host/chrome/braille_background.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/host/chrome/braille_background.js
|
| @@ -62,6 +62,7 @@ cvox.BrailleBackground = function(opt_displayManagerForTest,
|
| /** @private {boolean} */
|
| this.frozen_ = false;
|
| };
|
| +goog.addSingletonGetter(cvox.BrailleBackground);
|
|
|
|
|
| /** @override */
|
|
|