| Index: chrome/browser/resources/chromeos/chromevox/host/chrome/braille.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/host/chrome/braille.js b/chrome/browser/resources/chromeos/chromevox/host/chrome/braille.js
|
| index 35a1d684cfa51e51bff6f2efea330021215704e1..6fd99db24664c36c08cc93e551de6f3320c2b81c 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/host/chrome/braille.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/host/chrome/braille.js
|
| @@ -72,6 +72,12 @@ cvox.ChromeBraille.prototype.write = function(params) {
|
| };
|
|
|
|
|
| +/** @override */
|
| +cvox.ChromeBraille.prototype.writeRawImage = function(imageDataUrl) {
|
| + // Do Nothing.
|
| +};
|
| +
|
| +
|
| /** @private */
|
| cvox.ChromeBraille.prototype.updateLastContentId_ = function() {
|
| this.lastContentId_ = cvox.ExtensionBridge.uniqueId() + '.' +
|
|
|