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

Unified Diff: ash/test/test_shell_delegate.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/test/test_shell_delegate.cc
diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc
index 532876ec851a7f44b5202adac74ca45a65f1aea7..b3f9be59c3de68ef152954b59ca24e9de6e40662 100644
--- a/ash/test/test_shell_delegate.cc
+++ b/ash/test/test_shell_delegate.cc
@@ -220,6 +220,13 @@ base::string16 TestShellDelegate::GetProductName() const {
return base::string16();
}
+bool TestShellDelegate::IsTouchHudProjectionEnabled() const {
+ return false;
+}
+
+void TestShellDelegate::ToggleTouchHudProjection() {
+}
+
TestSessionStateDelegate* TestShellDelegate::test_session_state_delegate() {
return test_session_state_delegate_;
}

Powered by Google App Engine
This is Rietveld 408576698