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

Unified Diff: services/ui/ws/window_manager_client_unittest.cc

Issue 2125883003: Adds ability for pre-target accelerators to not consume events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: services/ui/ws/window_manager_client_unittest.cc
diff --git a/services/ui/ws/window_manager_client_unittest.cc b/services/ui/ws/window_manager_client_unittest.cc
index d0a9e6a47fcfdcd97d3829c63ba64ce10649b11b..742470db8e7f3745593b34f67174a52adb676f83 100644
--- a/services/ui/ws/window_manager_client_unittest.cc
+++ b/services/ui/ws/window_manager_client_unittest.cc
@@ -61,7 +61,6 @@ class TestWindowManagerDelegate : public WindowManagerDelegate {
bool janky) override {}
void OnWmNewDisplay(Window* window,
const display::Display& display) override {}
- void OnAccelerator(uint32_t id, const ui::Event& event) override {}
private:
DISALLOW_COPY_AND_ASSIGN(TestWindowManagerDelegate);

Powered by Google App Engine
This is Rietveld 408576698