| Index: chrome/browser/ui/ash/chrome_shell_delegate.h
|
| ===================================================================
|
| --- chrome/browser/ui/ash/chrome_shell_delegate.h (revision 176100)
|
| +++ chrome/browser/ui/ash/chrome_shell_delegate.h (working copy)
|
| @@ -61,9 +61,7 @@
|
| virtual void ToggleSpokenFeedback(
|
| ash::AccessibilityNotificationVisibility notify) OVERRIDE;
|
| virtual bool IsHighContrastEnabled() const OVERRIDE;
|
| - virtual void SetMagnifierEnabled(bool enabled) OVERRIDE;
|
| - virtual void SetMagnifierType(ash::MagnifierType type) OVERRIDE;
|
| - virtual bool IsMagnifierEnabled() const OVERRIDE;
|
| + virtual void SetMagnifier(ash::MagnifierType type) OVERRIDE;
|
| virtual ash::MagnifierType GetMagnifierType() const OVERRIDE;
|
| virtual bool ShouldAlwaysShowAccessibilityMenu() const OVERRIDE;
|
| virtual app_list::AppListViewDelegate* CreateAppListViewDelegate() OVERRIDE;
|
|
|