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

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate.h

Issue 2533373002: Enabled/disable touch screen in TabletPowerButtonController (Closed)
Patch Set: incorporate comments from gab@ and afakhry@ Created 4 years 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 2b5fde01ea4369dfb15a050ae36e37192f281941..58f3b58a1c6e84e36051b3ae56490e21ecdff3d6 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.h
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
@@ -56,8 +56,10 @@ class ChromeShellDelegate : public ash::ShellDelegate,
base::string16 GetProductName() const override;
void OpenKeyboardShortcutHelpPage() const override;
gfx::Image GetDeprecatedAcceleratorImage() const override;
+ bool IsTouchscreenEnabledInPrefs(bool is_local) const override;
+ void SetTouchscreenEnabledInPrefs(bool enabled, bool is_local) override;
+ void UpdateTouchscreenStatusFromPrefs() override;
void ToggleTouchpad() override;
- void ToggleTouchscreen() override;
// content::NotificationObserver override:
void Observe(int type,

Powered by Google App Engine
This is Rietveld 408576698