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

Unified Diff: chrome/browser/ui/ash/chrome_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: chrome/browser/ui/ash/chrome_shell_delegate.h
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.h b/chrome/browser/ui/ash/chrome_shell_delegate.h
index e069b716c781e133de0fe778e1012b8bc8453b99..c2ed9ea56456500d4e231f38c7ca935450fb0edf 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.h
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
@@ -79,6 +79,8 @@ class ChromeShellDelegate : public ash::ShellDelegate,
base::string16 GetProductName() const override;
void OpenKeyboardShortcutHelpPage() const override;
gfx::Image GetDeprecatedAcceleratorImage() const override;
+ void ToggleTouchpad() override;
+ void ToggleTouchscreen() override;
// content::NotificationObserver override:
void Observe(int type,

Powered by Google App Engine
This is Rietveld 408576698