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

Unified Diff: chrome/browser/chromeos/login/wizard_controller.cc

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/chromeos/login/wizard_controller.cc
diff --git a/chrome/browser/chromeos/login/wizard_controller.cc b/chrome/browser/chromeos/login/wizard_controller.cc
index f6534bea5b604ebf2fb2270c6d974b578df45f71..b16c68fbcfdbeab0a2844b42065ba46a929574ca 100644
--- a/chrome/browser/chromeos/login/wizard_controller.cc
+++ b/chrome/browser/chromeos/login/wizard_controller.cc
@@ -410,8 +410,8 @@ void WizardController::RegisterPrefs(PrefService* local_state) {
false,
PrefService::UNSYNCABLE_PREF);
}
- if (local_state->FindPreference(prefs::kScreenMagnifierType) == NULL) {
- local_state->RegisterStringPref(prefs::kScreenMagnifierType,
+ if (local_state->FindPreference(prefs::kMagnifierType) == NULL) {
+ local_state->RegisterStringPref(prefs::kMagnifierType,
"",
PrefService::UNSYNCABLE_PREF);
}

Powered by Google App Engine
This is Rietveld 408576698