Origin Policy: Cleanup: Remove runtime-enabled switch.
The previous implementation used both a --feature-enabled and a --runtime-feature-enabled switch, initializing the latter based on the former, presumably because it had components in both browser and Blink. That's redundant. The current implementation uses the browser switch. All Blink-resident parts of the code act on whether they receive a policy or not (which would be always false if the browser switch isn't set). Bug: 751996 Change-Id: I81f10cc888fd7c29c6c93e727526863216ca6f02 Reviewed-on: https://chromium-review.googlesource.com/1165351Reviewed-by:Mike West <mkwst@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Daniel Vogelheim <vogelheim@chromium.org> Cr-Commit-Position: refs/heads/master@{#583679}
Showing
Please register or sign in to comment