Remove polyfill check for html imports in WebUI
WebUI is in the process of upgrading to Polymer 3. In the meantime, the Web Components APIs (particularly HTML Imports) will be auto-re-enabled for WebUI pages, so that the existing Polymer 2 code continues to function. A v0 polyfill was previously being used to ensure compatibility on some pages, but that approach has been abandoned in favor of a full upgrade to P3. So the can_use_polyfill check can be eliminated, and instead rely on the re-enabled features for all WebUI pages. Bug: 911943, 965770 Change-Id: Icd3a0d768c64d3e8b81cb89885872fcd67a875ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869622 Commit-Queue: Mason Freed <masonfreed@chromium.org> Reviewed-by:Demetrios Papadopoulos <dpapad@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#707605}
Showing
Please register or sign in to comment