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

Unified Diff: ash/mus/shell_delegate_mus.cc

Issue 2533373002: Enabled/disable touch screen in TabletPowerButtonController (Closed)
Patch Set: add SetTouchscreenEnabled and OnLoginStateChanged Created 4 years 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/mus/shell_delegate_mus.cc
diff --git a/ash/mus/shell_delegate_mus.cc b/ash/mus/shell_delegate_mus.cc
index 3e2dc1c655e8adbe6e0b1441519f06a0e04cf2ff..4d6840acb7fa4ebb4ca7096eba6018cddb56b486 100644
--- a/ash/mus/shell_delegate_mus.cc
+++ b/ash/mus/shell_delegate_mus.cc
@@ -231,4 +231,9 @@ gfx::Image ShellDelegateMus::GetDeprecatedAcceleratorImage() const {
return gfx::Image();
}
+bool ShellDelegateMus::IsTouchscreenEnabled() const {
+ NOTIMPLEMENTED();
+ return true;
+}
+
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698