Index: components/mus/public/interfaces/window_manager.mojom |
diff --git a/components/mus/public/interfaces/window_manager.mojom b/components/mus/public/interfaces/window_manager.mojom |
index 20e0c74f761a3077ea328afda4d5588f8787a0f2..f1a4a98616b1799ad5f551a1ed4513d658275d16 100644 |
--- a/components/mus/public/interfaces/window_manager.mojom |
+++ b/components/mus/public/interfaces/window_manager.mojom |
@@ -81,6 +81,7 @@ interface WindowManagerClient { |
// target window. The id is defined by the client and can be used to more |
// easily identify the accelerator's action. If an accelerator with the same |
// id or the same matcher already exists, then the accelerator is not added. |
+ // Accelerator ID 1 << 24 and above are reserved for internal use. |
msw
2016/05/06 22:34:31
The int32 space is 4,294,967,295, this would reser
James Cook
2016/05/07 00:03:10
Done.
|
AddAccelerator(uint32 id, EventMatcher matcher) => (bool success); |
RemoveAccelerator(uint32 id); |