Service Worker: Coalesce the start worker timer into the timeout timer.
commit088f04fe87b349c4e3f0593f57413a24b4eaf2f1
authorfalken <falken@chromium.org>
Tue, 10 Mar 2015 08:33:57 +0000 (10 01:33 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 10 Mar 2015 08:34:37 +0000 (10 08:34 +0000)
tree9c0b818563d63e8460f5fe2381dc28f5cc18fb9b
parent94713b5dd74ab31026eeb3b441bb4870b5036ed7
Service Worker: Coalesce the start worker timer into the timeout timer.

Just a refactoring. It's easier to reason about a single timeout timer
than multiple ones.

BUG=448003, 372436

Review URL: https://codereview.chromium.org/991743002

Cr-Commit-Position: refs/heads/master@{#319851}
content/browser/service_worker/service_worker_version.cc
content/browser/service_worker/service_worker_version.h
content/browser/service_worker/service_worker_version_unittest.cc