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

Unified Diff: ash/test/test_shell_delegate.cc

Issue 10201014: Implement High Contrast mode for Chrome OS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Working implementation 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/test/test_shell_delegate.cc
diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc
index 0dcd1676eda76f307c0db3c1f616256d2b6cf3d5..23660b55806eb9673e5dbeac0a404101cffdab7c 100644
--- a/ash/test/test_shell_delegate.cc
+++ b/ash/test/test_shell_delegate.cc
@@ -67,6 +67,9 @@ content::BrowserContext* TestShellDelegate::GetCurrentBrowserContext() {
void TestShellDelegate::ToggleSpokenFeedback() {
}
+bool TestShellDelegate::IsHighContrastEnabled() {
+}
+
AppListViewDelegate* TestShellDelegate::CreateAppListViewDelegate() {
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698