Remove HTMLImportsOnlyChromeEnabled flag
This flag was disabled by default, but was always enabled when the HTMLImports flag was enabled. It therefore served no purpose, other than as a plan for future internal Chromium features that still depended on HTML Imports. There are places in code that still require HTML Imports, but those directly enable the HTMLImports flag, such as [1]. Removing this flag simplifies the process of understanding what is using HTML Imports. Bug: 911943 Change-Id: I89ed53a83e414c2d549c0056600a8583d820c873 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879950 Commit-Queue: Mason Freed <masonfreed@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Reviewed-by:Yoav Weiss <yoavweiss@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#709250}
Showing
Please register or sign in to comment