Skip to content

Commit

Permalink
[fuchsia] Update input services in web_instance.cmx sandbox config.
Browse files Browse the repository at this point in the history
Adds the recently supported input3 and new virtual keyboard APIs
to `web_instance.cmx`.

Removes unused/obsolete IME services from the cmx.

Bug: fuchsia:73273
Bug: 1010222
Change-Id: I705fa25cecd214278a56280c7237a98e7a26e414
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2872965
Auto-Submit: Kevin Marshall <kmarshall@chromium.org>
Reviewed-by: Wez <wez@chromium.org>
Reviewed-by: David Dorwin <ddorwin@chromium.org>
Commit-Queue: Kevin Marshall <kmarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#879113}
  • Loading branch information
Kevin Marshall authored and Chromium LUCI CQ committed May 4, 2021
1 parent fb699ff commit ee87c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fuchsia/engine/web_instance.cmx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"fuchsia.camera3.DeviceWatcher",
"fuchsia.device.NameProvider",
"fuchsia.fonts.Provider",
"fuchsia.input.virtualkeyboard.ControllerCreator",
"fuchsia.intl.PropertyProvider",
"fuchsia.legacymetrics.MetricsRecorder",
"fuchsia.logger.LogSink",
Expand All @@ -28,8 +29,7 @@
"fuchsia.process.Launcher",
"fuchsia.settings.Display",
"fuchsia.sysmem.Allocator",
"fuchsia.ui.input.ImeService",
"fuchsia.ui.input.ImeVisibilityService",
"fuchsia.ui.input3.Keyboard",
"fuchsia.ui.scenic.Scenic",
"fuchsia.vulkan.loader.Loader"
]
Expand Down

0 comments on commit ee87c14

Please sign in to comment.