Commit 87a195f9 authored by Michael Thiessen's avatar Michael Thiessen Committed by Commit Bot

Expose getTouchlessUiCoordinator from ChromeActivity

To be used by a downstream followup patch.

Bug: 974244
Change-Id: If225088e5dcd5401eeba4717b06702a36319efc6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659981Reviewed-by: default avatarYaron Friedman <yfriedman@chromium.org>
Commit-Queue: Michael Thiessen <mthiesse@chromium.org>
Cr-Commit-Position: refs/heads/master@{#669681}
parent e6681383
......@@ -2602,7 +2602,7 @@ public abstract class ChromeActivity<C extends ChromeActivityComponent>
* need to make sure it gets initialized early on regardless of whether somebody tries to use it
* as it monitors Lifecycles, etc.
*/
private TouchlessUiCoordinator getTouchlessUiCoordinator() {
public TouchlessUiCoordinator getTouchlessUiCoordinator() {
if (mTouchlessUiCoordinator == null && FeatureUtilities.isNoTouchModeEnabled()) {
mTouchlessUiCoordinator = AppHooks.get().createTouchlessUiCoordinator(this);
}
......
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