Worker: Rename a runtime flag for off-the-main-thread dedicated worker script fetch
Before this CL, kOffMainThreadWorkerScriptFetch has been used as the flag for off-the-main-thread dedicated worker script fetch. This will be confusing after a new runtime flag for off-the-main-thread shared worker script fetch is added by the subsequent CL [1]. To avoid that, this CL renames the flag to kOffMainThreadDedicatedWorkerScriptFetch. Also, this moves it from blink's features to base's features to make it aligned with the shared worker's flag that is also used in content/. [1] https://chromium-review.googlesource.com/c/chromium/src/+/1428624 Bug: 835717 Change-Id: I2981619a4d6f1b1bdd5c4c192db917d1de59db9d Reviewed-on: https://chromium-review.googlesource.com/c/1438677Reviewed-by:Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#626449}
Showing
Please register or sign in to comment