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

Unified Diff: chrome/common/pref_names.cc

Issue 10915140: Add the partial screen magnifier to Chrome OS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Code review fixes 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/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index e335e1a6b4039937332037a75d63c1cce4a00d7b..9729ecfe2c9b796901ba2a370aee1589d847357f 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -727,6 +727,8 @@ const char kHighContrastEnabled[] = "settings.a11y.high_contrast_enabled";
const char kScreenMagnifierEnabled[] = "settings.a11y.screen_magnifier";
// A double pref which determines a zooming scale of the screen magnifier.
const char kScreenMagnifierScale[] = "settings.a11y.screen_magnifier_scale";
+// A boolean pref which determines whether the partial magnifier is enabled.
+const char kPartialScreenMagnifierEnabled[] = "settings.a11y.partial_magnifier";
// A boolean pref which determines whether virtual keyboard is enabled.
// TODO(hashimoto): Remove this pref.
const char kVirtualKeyboardEnabled[] = "settings.a11y.virtual_keyboard";

Powered by Google App Engine
This is Rietveld 408576698