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

Unified Diff: services/ui/test_wm/test_wm.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: comments 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/test_wm/test_wm.cc
diff --git a/services/ui/test_wm/test_wm.cc b/services/ui/test_wm/test_wm.cc
index 8739c1ffbc717f40770d6e8be7d47d5cc9a2c6e4..78f5a9d2ee0ac41a95c8610bccfe531406251b2a 100644
--- a/services/ui/test_wm/test_wm.cc
+++ b/services/ui/test_wm/test_wm.cc
@@ -86,9 +86,6 @@ class TestWM : public shell::Service,
window_manager_client_->SetFrameDecorationValues(
std::move(frame_decoration_values));
}
- void OnAccelerator(uint32_t id, const ui::Event& event) override {
- // Don't care.
- }
void OnWmPerformMoveLoop(Window* window,
mojom::MoveLoopSource source,
const gfx::Point& cursor_location,

Powered by Google App Engine
This is Rietveld 408576698