Index: chrome/browser/ui/views/ash/chrome_shell_delegate.h |
diff --git a/chrome/browser/ui/views/ash/chrome_shell_delegate.h b/chrome/browser/ui/views/ash/chrome_shell_delegate.h |
index 4e9f2435603bba340fc5482efed0494d9a771036..24d777424b703d5609aff8964dd41012e27b7463 100644 |
--- a/chrome/browser/ui/views/ash/chrome_shell_delegate.h |
+++ b/chrome/browser/ui/views/ash/chrome_shell_delegate.h |
@@ -44,6 +44,7 @@ class ChromeShellDelegate : public ash::ShellDelegate, |
virtual void OpenMobileSetup() OVERRIDE; |
virtual content::BrowserContext* GetCurrentBrowserContext() OVERRIDE; |
virtual void ToggleSpokenFeedback() OVERRIDE; |
+ virtual bool IsHighContrastEnabled() OVERRIDE; |
virtual ash::AppListViewDelegate* CreateAppListViewDelegate() OVERRIDE; |
virtual void StartPartialScreenshot( |
ash::ScreenshotDelegate* screenshot_delegate) OVERRIDE; |