
PresentationServiceImpl reset the connection on DidFinishNavigation, but for activating prerendering page, this won't be needed. From the prerendering spec perspective, we forbid Presentation API uses during the prerendering. So, this patch won't change behaviors as any connection should not be established before the activation. Bug: 1200241 Change-Id: I6cd137287cb0c516c6f703f1c9cab1d4c82a6052 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2944508 Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by: mark a. foltz <mfoltz@chromium.org> Reviewed-by: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#890066}