fixing CrOS link disambiguation disable
CrOS has TOOLKIT_VIEWS enabled and uses Aura so it has picked up a few of the
parts of the link disambiguation popup now in effect on Windows. This has
caused a regression in their UI where Blink is expecting link disambiguation to
show a bubble but no bubble is being shown. This code updates the RenderViewImpl
to have the correct value in the RendererPrefs so it can report to blink that
the link disambiguation was not handled and Blink should act like it did before
I enabled the bubble for Windows.
BUG=421163
Review URL: https://codereview.chromium.org/
647113002
Cr-Commit-Position: refs/heads/master@{#299708}