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

Unified Diff: ash/mus/window_manager_observer.h

Issue 2171973003: Separates out accelerator handling in windowmanager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 5 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
« no previous file with comments | « ash/mus/window_manager_application.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager_observer.h
diff --git a/ash/mus/window_manager_observer.h b/ash/mus/window_manager_observer.h
index 0fa0982aaaad77ada6cecd37737cb3c08a088f1e..e5c5070bb6b5c75b9e3335bbddd0f6d06bb236f6 100644
--- a/ash/mus/window_manager_observer.h
+++ b/ash/mus/window_manager_observer.h
@@ -5,12 +5,6 @@
#ifndef ASH_MUS_WINDOW_OBSERVER_H_
#define ASH_MUS_WINDOW_OBSERVER_H_
-#include <stdint.h>
-
-namespace ui {
-class Event;
-}
-
namespace ash {
namespace mus {
@@ -22,8 +16,6 @@ class WindowManagerObserver {
// about to be destroyed.
virtual void OnWindowTreeClientDestroyed() {}
- virtual void OnAccelerator(uint32_t id, const ui::Event& event) {}
-
virtual void OnRootWindowControllerAdded(RootWindowController* controller) {}
virtual void OnWillDestroyRootWindowController(
RootWindowController* controller) {}
« no previous file with comments | « ash/mus/window_manager_application.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698