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

Unified Diff: chrome/browser/resources/options/browser_options.js

Issue 11415025: A11y: Introduce High Contrast Mode and Screen Magnifier to ubar tray. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: review fix (comment #10) Created 8 years, 1 month 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/options/browser_options.js
diff --git a/chrome/browser/resources/options/browser_options.js b/chrome/browser/resources/options/browser_options.js
index b8ec6730f5ba8d243b33bc9bdbce6fc312cabbdc..1f22e26977a6518a5ee05c2ccc45ec06cbd00822 100644
--- a/chrome/browser/resources/options/browser_options.js
+++ b/chrome/browser/resources/options/browser_options.js
@@ -1157,7 +1157,7 @@ cr.define('options', function() {
* Set the initial state of the screen magnifier dropdown.
* @private
*/
- setScreenMagnifierTypeState_: function(type) {
+ setMagnifierTypeState_: function(type) {
$('accessibility-screen-magnifier-type').value = type;
},
@@ -1302,7 +1302,7 @@ cr.define('options', function() {
'setMetricsReportingSettingVisibility',
'setPasswordGenerationSettingVisibility',
'setProfilesInfo',
- 'setScreenMagnifierTypeState',
+ 'setMagnifierTypeState',
'setSpokenFeedbackCheckboxState',
'setThemesResetButtonEnabled',
'setVirtualKeyboardCheckboxState',

Powered by Google App Engine
This is Rietveld 408576698