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

Unified Diff: ash/mus/bridge/wm_shell_mus.h

Issue 2491403003: chromeos: Move SystemTrayDelegate::RequestShutdown to WmShell (Closed)
Patch Set: Created 4 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/mus/bridge/wm_shell_mus.h
diff --git a/ash/mus/bridge/wm_shell_mus.h b/ash/mus/bridge/wm_shell_mus.h
index 433b740485ded2845d2d3dea3cee86a8533c9951..2ee1be06de0426d0f8781bcca8c947338ed9e153 100644
--- a/ash/mus/bridge/wm_shell_mus.h
+++ b/ash/mus/bridge/wm_shell_mus.h
@@ -108,6 +108,7 @@ class WmShellMus : public WmShell, public ui::WindowTreeClientObserver {
void AddPointerWatcher(views::PointerWatcher* watcher,
views::PointerWatcherEventTypes events) override;
void RemovePointerWatcher(views::PointerWatcher* watcher) override;
+ void RequestShutdown() override;
bool IsTouchDown() override;
#if defined(OS_CHROMEOS)
void ToggleIgnoreExternalKeyboard() override;

Powered by Google App Engine
This is Rietveld 408576698