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

Unified Diff: ash/shell_delegate.h

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_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

Powered by Google App Engine
This is Rietveld 408576698