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 |