Fix distiller loading animation
commit031e972b43a23f7b2f5960aaa524cd3dc2ea64a4
authormdjones <mdjones@chromium.org>
Thu, 4 Jun 2015 16:25:43 +0000 (4 09:25 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 4 Jun 2015 16:26:22 +0000 (4 16:26 +0000)
tree923b7215a951d604d8d79d471ab029d4fcee80d2
parentfbb9cae65597b4c26b4afbdace9fdab289051399
Fix distiller loading animation

On android, the ViewRequestDelegate was being removed just before
the final javascript for the loading indicator was able to complete.
This change cleans up the loading animation code detects the last
page earlier so the script is able to complete.

BUG=493950

Review URL: https://codereview.chromium.org/1158943005

Cr-Commit-Position: refs/heads/master@{#332840}
chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc
components/dom_distiller/core/dom_distiller_request_view_base.cc