Commit 68dcf80e authored by Hidehiko Abe's avatar Hidehiko Abe Committed by Commit Bot

Lacros: Enable IME.

Bug: 1133732, 1123705
Test: Ran Lacros locally.
Change-Id: Id74573390f287512a4455636e7b636255df4e025
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503528Reviewed-by: default avatarJames Cook <jamescook@chromium.org>
Commit-Queue: Hidehiko Abe <hidehiko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#821320}
parent f672bf69
...@@ -303,6 +303,7 @@ void BrowserManager::StartWithLogFile(base::ScopedFD logfd) { ...@@ -303,6 +303,7 @@ void BrowserManager::StartWithLogFile(base::ScopedFD logfd) {
"--enable-oop-rasterization", "--enable-oop-rasterization",
"--lang=en-US", "--lang=en-US",
"--enable-crashpad", "--enable-crashpad",
"--enable-wayland-ime",
"--breakpad-dump-location=" + crash_dir}; "--breakpad-dump-location=" + crash_dir};
// CrAS is the default audio server in Chrome OS. // CrAS is the default audio server in Chrome OS.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment