| Index: ash/test/test_shell_delegate.h
|
| ===================================================================
|
| --- ash/test/test_shell_delegate.h (revision 176110)
|
| +++ ash/test/test_shell_delegate.h (working copy)
|
| @@ -45,7 +45,9 @@
|
| virtual bool IsSpokenFeedbackEnabled() const OVERRIDE;
|
| virtual void ToggleHighContrast() OVERRIDE;
|
| virtual bool IsHighContrastEnabled() const OVERRIDE;
|
| - virtual void SetMagnifier(MagnifierType type) OVERRIDE;
|
| + virtual void SetMagnifierEnabled(bool enabled) OVERRIDE;
|
| + virtual void SetMagnifierType(MagnifierType type) OVERRIDE;
|
| + virtual bool IsMagnifierEnabled() const OVERRIDE;
|
| virtual MagnifierType GetMagnifierType() const OVERRIDE;
|
| virtual bool ShouldAlwaysShowAccessibilityMenu() const OVERRIDE;
|
| virtual app_list::AppListViewDelegate* CreateAppListViewDelegate() OVERRIDE;
|
| @@ -94,6 +96,7 @@
|
| bool session_started_;
|
| bool spoken_feedback_enabled_;
|
| bool high_contrast_enabled_;
|
| + bool screen_magnifier_enabled_;
|
| MagnifierType screen_magnifier_type_;
|
| bool user_logged_in_;
|
| bool can_lock_screen_;
|
|
|