| Log Message: |
Fix a double download issue on desktop
While adding <meta viewport> support to the preloadScanner, in order to
avoid double download issues, I failed to add such support only in cases
where <meta viewport> is actually supported, resulting in double downloads
in the opposite case.
This CL fixes that bug.
BUG=493110
Review URL: https://codereview.chromium.org/1148653012
|