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

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

Issue 11065008: Full Screen Magnifier: Add MagnificationManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo. Created 8 years, 2 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
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 49430286b027dce450d69d743a2298e08e942495..98157489a6f5d62fed99580d72b64c0352cbc3d6 100644
--- a/chrome/browser/chromeos/login/wizard_controller.cc
+++ b/chrome/browser/chromeos/login/wizard_controller.cc
@@ -410,11 +410,6 @@ void WizardController::RegisterPrefs(PrefService* local_state) {
false,
PrefService::UNSYNCABLE_PREF);
}
- if (local_state->FindPreference(prefs::kScreenMagnifierEnabled) == NULL) {
- local_state->RegisterBooleanPref(prefs::kScreenMagnifierEnabled,
- false,
- PrefService::UNSYNCABLE_PREF);
- }
if (local_state->FindPreference(prefs::kVirtualKeyboardEnabled) == NULL) {
local_state->RegisterBooleanPref(prefs::kVirtualKeyboardEnabled,
false,

Powered by Google App Engine
This is Rietveld 408576698