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

Unified Diff: components/mus/ws/window_tree_host_impl.h

Issue 1487333004: mus: Notify the client whether adding an accelerator was successful. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years 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 | « components/mus/ws/event_dispatcher_unittest.cc ('k') | components/mus/ws/window_tree_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/window_tree_host_impl.h
diff --git a/components/mus/ws/window_tree_host_impl.h b/components/mus/ws/window_tree_host_impl.h
index ae23e2c117018f74b055add200cc91726c9835e6..3ed61fe2e99408a04e8003b67ffcc64c1d7642b0 100644
--- a/components/mus/ws/window_tree_host_impl.h
+++ b/components/mus/ws/window_tree_host_impl.h
@@ -97,7 +97,8 @@ class WindowTreeHostImpl : public DisplayManagerDelegate,
void SetSize(mojo::SizePtr size) override;
void SetTitle(const mojo::String& title) override;
void AddAccelerator(uint32_t id,
- mojom::EventMatcherPtr event_matcher) override;
+ mojom::EventMatcherPtr event_matcher,
+ const AddAcceleratorCallback& callback) override;
void RemoveAccelerator(uint32_t id) override;
void AddActivationParent(uint32_t window_id) override;
void RemoveActivationParent(uint32_t window_id) override;
« no previous file with comments | « components/mus/ws/event_dispatcher_unittest.cc ('k') | components/mus/ws/window_tree_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698