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

Unified Diff: ash/shell/shell_delegate_impl.cc

Issue 2644713002: cros: Use runtime stylus detection for ash palette. (Closed)
Patch Set: Add listeners to options and settings 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 277b23e6f7b4fda28619cc9a113833dcb1b3bbef..28e5e2daca455a4adcd9092a5796a4385474e459 100644
--- a/ash/shell/shell_delegate_impl.cc
+++ b/ash/shell/shell_delegate_impl.cc
@@ -44,8 +44,6 @@ class PaletteDelegateImpl : public PaletteDelegate {
}
void CreateNote() override {}
bool HasNoteApp() override { return false; }
- 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