ServiceWorkerProviderHost: Update comment about running_hosted_version()
One comment was: ~~~ // This is nullptr when the worker is still starting up (until // CompleteStartWorkerPreparation() is called). ServiceWorkerVersion* running_hosted_version() const; ~~~ This is not true (anymore?). The pointer is constant and never null. Bug: 1031542 Change-Id: I44907a27c65a6ad228014f0ad4fbeded8bbab807 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2083456Reviewed-by:Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#746717}
Showing
Please register or sign in to comment