diff options
author | acolwell@chromium.org <acolwell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 18:26:41 +0000 |
---|---|---|
committer | acolwell@chromium.org <acolwell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 18:26:41 +0000 |
commit | 7585f4c1d82faf9ed8978e90162b7386d473ecc1 (patch) | |
tree | 51bc618b7efff79f1159542484a9cce2e8761c2f /chrome/common/pref_names.h | |
parent | 22d5b982b89ed916375957a5f05e29c8eeb6fbbd (diff) | |
download | chromium_src-7585f4c1d82faf9ed8978e90162b7386d473ecc1.zip chromium_src-7585f4c1d82faf9ed8978e90162b7386d473ecc1.tar.gz chromium_src-7585f4c1d82faf9ed8978e90162b7386d473ecc1.tar.bz2 |
Revert 176102
The revert didn't fix the ChromeOS failures so I'm restoring the change.
> Revert 176087
>
> Appears to break ChromeOS browser_tests.
>
> > Re-introduce the partial magnifier
> >
> > Major Changes:
> > - Adding a selectbox at the right of screen magnifier setting on the setting page.
> > - Adding 'screen_magnifier_type2' pref.
> > - Separating the enable/disable state of magnifier from MagnifierType. MagnifierType does no longer indicate the current enable/disable status.
> > - Add IsMagnifierEnabled() to shell delegate.
> >
> > BUG=166832
> > TEST=confirm that magnifier can be enabled/disabled via the tray and the settings page. browser_test passes.
> >
> > R=zork@chromium.org, derat@chromium.org, nkostylev@chromium.org
> > TBR=jhawkins@chromium.org
> > # TBRing for small changed in C/B/ui/webui/options/ and C/B/resources/options/
> >
> > Review URL: https://chromiumcodereview.appspot.com/11642014
>
> TBR=yoshiki@chromium.org
> Review URL: https://codereview.chromium.org/11821053
TBR=acolwell@chromium.org
Review URL: https://codereview.chromium.org/11783097
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176111 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 77fab57..fb59a0d 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -271,6 +271,7 @@ extern const char kLanguageXkbAutoRepeatInterval[]; extern const char kSpokenFeedbackEnabled[]; extern const char kHighContrastEnabled[]; extern const char kScreenMagnifierEnabled[]; +extern const char kScreenMagnifierType[]; extern const char kScreenMagnifierScale[]; extern const char kVirtualKeyboardEnabled[]; extern const char kShouldAlwaysShowAccessibilityMenu[]; |