Index: chrome/browser/ui/ash/chrome_shell_delegate.h |
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.h b/chrome/browser/ui/ash/chrome_shell_delegate.h |
index 401bcb53c2468984ca7dd88969f3585caf1198e4..7270a37af907b6d70d285caa0e51e3539ff1d742 100644 |
--- a/chrome/browser/ui/ash/chrome_shell_delegate.h |
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.h |
@@ -61,7 +61,9 @@ class ChromeShellDelegate : public ash::ShellDelegate, |
virtual void ToggleSpokenFeedback( |
ash::AccessibilityNotificationVisibility notify) OVERRIDE; |
virtual bool IsHighContrastEnabled() const OVERRIDE; |
- virtual void SetMagnifier(ash::MagnifierType type) OVERRIDE; |
+ virtual void SetMagnifierEnabled(bool enabled) OVERRIDE; |
+ virtual void SetMagnifierType(ash::MagnifierType type) OVERRIDE; |
+ virtual bool IsMagnifierEnabled() const OVERRIDE; |
virtual ash::MagnifierType GetMagnifierType() const OVERRIDE; |
virtual bool ShouldAlwaysShowAccessibilityMenu() const OVERRIDE; |
virtual app_list::AppListViewDelegate* CreateAppListViewDelegate() OVERRIDE; |