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

Unified Diff: ash/shell/shell_delegate_impl.cc

Issue 2644713002: cros: Use runtime stylus detection for ash palette. (Closed)
Patch Set: Initial upload Created 3 years, 11 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/shell_delegate_impl.cc
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
index ccb54f52bbd2c8cb3b6ee337b37b54f70228be14..2f19d71551353df1d910783c7c033b55a6f2b822 100644
--- a/ash/shell/shell_delegate_impl.cc
+++ b/ash/shell/shell_delegate_impl.cc
@@ -45,8 +45,6 @@ class PaletteDelegateImpl : public PaletteDelegate {
void CreateNote() override {}
bool HasNoteApp() override { return false; }
void SetPartialMagnifierState(bool enabled) override {}
- void SetStylusStateChangedCallback(
- const OnStylusStateChangedCallback& on_stylus_state_changed) override {}
bool ShouldAutoOpenPalette() override { return false; }
bool ShouldShowPalette() override { return false; }
void TakeScreenshot() override {}

Powered by Google App Engine
This is Rietveld 408576698