Commit 6166d724 authored by Denis Kuznetsov's avatar Denis Kuznetsov Committed by Commit Bot

Correctly propagate focus to OOBE webview

Bug: 1016998
Change-Id: Icfdc5aa90646796e9bd7f09806caf16a7ab050c2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893283Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Commit-Queue: Denis Kuznetsov [CET] <antrim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#711283}
parent 13325025
......@@ -164,6 +164,8 @@ class LayoutWidgetDelegateView : public views::WidgetDelegateView {
}
}
View* GetInitiallyFocusedView() override { return oobe_view_; }
private:
OobeUIDialogDelegate* dialog_delegate_ = nullptr; // Owned by us.
OobeWebDialogView* oobe_view_ = nullptr; // Owned by views hierarchy.
......
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