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

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

Issue 2544203004: Display images in multiline Braille
Patch Set: set upstream to correct branch Created 4 years 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/prefs.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js b/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js
index 396a11ec2123fedd67250c42085b8dcc62e6d184..f1da9e194c7d97beae85fee110195b4ca8671a45 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/prefs.js
@@ -81,8 +81,6 @@ cvox.ChromeVoxPrefs.DEFAULT_PREFS = {
'useIBeamCursor': cvox.ChromeVox.isMac,
'useNext': true,
'useVerboseMode': true,
- 'virtualBrailleRows': 1,
- 'virtualBrailleColumns': 40
};

Powered by Google App Engine
This is Rietveld 408576698