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

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

Issue 10407089: Revert 138212 - Implement High Contrast mode for Chrome OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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
« no previous file with comments | « chrome/browser/resources/options2/browser_options.html ('k') | ui/compositor/layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/browser_options.js
===================================================================
--- chrome/browser/resources/options2/browser_options.js (revision 138238)
+++ chrome/browser/resources/options2/browser_options.js (working copy)
@@ -464,13 +464,8 @@
if (cr.isChromeOS) {
$('accessibility-spoken-feedback-check').onchange = function(event) {
chrome.send('spokenFeedbackChange',
- [$('accessibility-spoken-feedback-check').checked]);
+ [$('accessibility-spoken-feedback-check').checked]);
};
-
- $('accessibility-high-contrast-check').onchange = function(event) {
- chrome.send('highContrastChange',
- [$('accessibility-high-contrast-check').checked]);
- };
}
// Background mode section.
@@ -1217,7 +1212,7 @@
* @private
*/
setHighContrastCheckboxState_: function(checked) {
- $('accessibility-high-contrast-check').checked = checked;
+ // TODO(zork): Update UI
},
/**
« no previous file with comments | « chrome/browser/resources/options2/browser_options.html ('k') | ui/compositor/layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698