Index: ash/shell_delegate.h |
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h |
index dbbaaf9dd7c9b5d0071779e677bab595978b552a..f0c5d65d6927193858e36a3ce245ee1ff946c603 100644 |
--- a/ash/shell_delegate.h |
+++ b/ash/shell_delegate.h |
@@ -88,6 +88,9 @@ class ASH_EXPORT ShellDelegate { |
// for accessibility. |
virtual void ToggleSpokenFeedback() = 0; |
+ // Check if High Contrast mode is enabled. |
+ virtual bool IsHighContrastEnabled() = 0; |
sky
2012/05/16 21:07:48
Do we really need this? Can't we set it when chrom
Zachary Kuznia
2012/05/17 08:25:25
Removed.
|
+ |
// Invoked to create an AppListViewDelegate. Shell takes the ownership of |
// the created delegate. |
virtual app_list::AppListViewDelegate* CreateAppListViewDelegate() = 0; |