diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-16 19:30:03 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-16 19:30:03 +0000 |
commit | dddc4a07311bc9fcef910645c2483b04afc38cf1 (patch) | |
tree | d7ec9f1b73120e2dfe44ce4199025333b86b2a7b /ash/magnifier/magnification_controller.h | |
parent | dd81d183d4691b7941bfd7db7dfeb819754fd512 (diff) | |
download | chromium_src-dddc4a07311bc9fcef910645c2483b04afc38cf1.zip chromium_src-dddc4a07311bc9fcef910645c2483b04afc38cf1.tar.gz chromium_src-dddc4a07311bc9fcef910645c2483b04afc38cf1.tar.bz2 |
Reverting this CL because it was committed before I gave the final LGTM.
Revert 162142 - Full Screen Magnifier: Add MagnificationManager
MagnificationManager controls the full screen magnifier from chrome-browser side (not ash side. Note that MagnificationController is on ash side).
MagnificationManager does:
- Watch logged-in. Change the behavior between the login screen and user desktop.
- Watch change of the pref. When the pref changes, the setting of the magnifier will interlock with it.
In addition, this patch make the magnifier settings per-user instead of per-device.
BUG=151891
TEST=manual, browser_test passes.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162080
Review URL: https://chromiumcodereview.appspot.com/11065008
TBR=yoshiki@chromium.org
Review URL: https://codereview.chromium.org/11194011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162211 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/magnifier/magnification_controller.h')
-rw-r--r-- | ash/magnifier/magnification_controller.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/magnifier/magnification_controller.h b/ash/magnifier/magnification_controller.h index 3edc586..4b0e865 100644 --- a/ash/magnifier/magnification_controller.h +++ b/ash/magnifier/magnification_controller.h @@ -30,9 +30,6 @@ class MagnificationController { // Enables (or disables if |enabled| is false) screen magnifier feature. virtual void SetEnabled(bool enabled) = 0; - // Returns if the screen magnifier is enabled or not. - virtual bool IsEnabled() = 0; - // Sets the magnification ratio. 1.0f means no magnification. virtual void SetScale(float scale, bool animate) = 0; // Returns the current magnification ratio. |