Tracking text selection on the browser side in OOPIF.
This CL adds the required logic to track the text selection information
at the browser side. The text selection information is now stored in the
WebContent's TextInputManager (outermost WebContents). All
RenderWidgetHostViews as well as RenderWidgetHostViewAura
(TextInputClient) will retrieve the information for a specific view or
the active view from TextInputManager.
BUG=
578168,
602723
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation
Committed:
https://crrev.com/6f1786b887a51f3fcd3cdeacfd9b455934c570ca
Cr-Commit-Position: refs/heads/master@{#406937}