Index: ash/shell_delegate.h |
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h |
index 0e7fcb464a2fee615cfd82f17de00fd34fc6225d..7d4cc623636e8129342c4783324893213233afad 100644 |
--- a/ash/shell_delegate.h |
+++ b/ash/shell_delegate.h |
@@ -258,6 +258,12 @@ class ASH_EXPORT ShellDelegate { |
// Get the product name. |
virtual base::string16 GetProductName() const = 0; |
+ |
+ // Returns if the projection touch HUD is enabled or not. |
+ virtual bool IsTouchHudProjectionEnabled() const = 0; |
+ |
+ // Invoked to toggle the projection touch HUD. |
+ virtual void ToggleTouchHudProjection() = 0; |
}; |
} // namespace ash |