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

Unified Diff: ash/shell/shell_delegate_impl.cc

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/shell_delegate_impl.cc
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
index 7b44eae4dfd83528d530e9d38c8d43e831096823..bd0c71fe15a6e3b530a8e8c8677a0c9cab099429 100644
--- a/ash/shell/shell_delegate_impl.cc
+++ b/ash/shell/shell_delegate_impl.cc
@@ -85,6 +85,9 @@ content::BrowserContext* ShellDelegateImpl::GetCurrentBrowserContext() {
void ShellDelegateImpl::ToggleSpokenFeedback() {
}
+bool ShellDelegateImpl::IsHighContrastEnabled() {
+}
+
app_list::AppListViewDelegate* ShellDelegateImpl::CreateAppListViewDelegate() {
return ash::shell::CreateAppListViewDelegate();
}

Powered by Google App Engine
This is Rietveld 408576698