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

Unified Diff: ash/shell_delegate.h

Issue 1412623006: Developer Feature: Add Debug Accelerators to Toggle Touchscreen/Touchpad On or Off (CrOS) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sadrul's comment Created 5 years, 1 month 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 f2c3971fbff7d833cba7c569daa5f082aa730327..e378e77c2f4a3f74b71642dcc14f9d08233e77eb 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -162,6 +162,10 @@ class ASH_EXPORT ShellDelegate {
virtual void OpenKeyboardShortcutHelpPage() const {}
virtual gfx::Image GetDeprecatedAcceleratorImage() const = 0;
+
+ // Toggles the status of the touchpad / touchscreen on or off.
+ virtual void ToggleTouchpad() {}
+ virtual void ToggleTouchscreen() {}
};
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698