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

Unified Diff: ash/shell/shell_delegate_impl.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: ash/shell/shell_delegate_impl.cc
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
index 1fc782c22588d917a8719ce0acca258218ac2445..9c4ee8c48c9880ec686e32662a7353761811282e 100644
--- a/ash/shell/shell_delegate_impl.cc
+++ b/ash/shell/shell_delegate_impl.cc
@@ -260,5 +260,12 @@ base::string16 ShellDelegateImpl::GetProductName() const {
return base::string16();
}
+bool ShellDelegateImpl::IsTouchHudProjectionEnabled() const {
+ return false;
+}
+
+void ShellDelegateImpl::ToggleTouchHudProjection() {
+}
+
} // namespace shell
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698