Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2930)

Unified Diff: ash/shell_delegate.h

Issue 10201014: Implement High Contrast mode for Chrome OS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Code review fix Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698