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

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

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.cc
diff --git a/ash/mus/bridge/wm_shell_mus.cc b/ash/mus/bridge/wm_shell_mus.cc
index 42f3fb3ba2b57322205b35a9bc8ddfc7c12ee146..acfd3d1a3dd06df6eec5e5244c74bfabf261fa82 100644
--- a/ash/mus/bridge/wm_shell_mus.cc
+++ b/ash/mus/bridge/wm_shell_mus.cc
@@ -417,6 +417,10 @@ void WmShellMus::RemovePointerWatcher(views::PointerWatcher* watcher) {
pointer_watcher_event_router_->RemovePointerWatcher(watcher);
}
+void WmShellMus::RequestShutdown() {
+ NOTIMPLEMENTED();
+}
+
bool WmShellMus::IsTouchDown() {
// TODO: implement me, http://crbug.com/634967.
// NOTIMPLEMENTED is too spammy here.

Powered by Google App Engine
This is Rietveld 408576698