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

Unified Diff: services/ui/common/accelerator_util.h

Issue 2754593003: Renames ui::mojom::Accelerator to ui::mojom::WmAccelerator (Closed)
Patch Set: Created 3 years, 9 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/accelerators/accelerator_controller_registrar.cc ('k') | services/ui/common/accelerator_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/common/accelerator_util.h
diff --git a/services/ui/common/accelerator_util.h b/services/ui/common/accelerator_util.h
index 2ce8695251ce833a1b925fbdcd0a518e92dc3255..06a306ca09af3a4d1c76e1fbc119b536f2c0ba7a 100644
--- a/services/ui/common/accelerator_util.h
+++ b/services/ui/common/accelerator_util.h
@@ -18,12 +18,12 @@ mojom::EventMatcherPtr CreateKeyMatcher(ui::mojom::KeyboardCode code,
int flags);
// Construct accelerator vector from the provided |id| and |event_matcher|
-std::vector<ui::mojom::AcceleratorPtr> CreateAcceleratorVector(
+std::vector<ui::mojom::WmAcceleratorPtr> CreateAcceleratorVector(
uint32_t id,
ui::mojom::EventMatcherPtr event_matcher);
// Construct accelerator from the provided |id| and |event_matcher|
-ui::mojom::AcceleratorPtr CreateAccelerator(
+ui::mojom::WmAcceleratorPtr CreateAccelerator(
uint32_t id,
ui::mojom::EventMatcherPtr event_matcher);
« no previous file with comments | « ash/mus/accelerators/accelerator_controller_registrar.cc ('k') | services/ui/common/accelerator_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698