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

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate_views.cc

Issue 18163006: Add persisted preference for projection touch HUD (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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: chrome/browser/ui/ash/chrome_shell_delegate_views.cc
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate_views.cc b/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
index c2bcb8ef83a40f697221242a762ec473d5ca89bb..fed7f89610bd166ec171e3c6b311b75b67a28935 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
+++ b/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
@@ -123,6 +123,13 @@ void ChromeShellDelegate::HandleMediaPlayPause() {
void ChromeShellDelegate::HandleMediaPrevTrack() {
}
+bool ChromeShellDelegate::IsTouchHudProjectionEnabled() const {
+ return false;
+}
+
+void ChromeShellDelegate::ToggleTouchHudProjection() {
+}
+
void ChromeShellDelegate::Observe(int type,
const content::NotificationSource& source,
const content::NotificationDetails& details) {

Powered by Google App Engine
This is Rietveld 408576698