Index: content/worker/worker_webapplicationcachehost_impl.cc |
diff --git a/content/worker/worker_webapplicationcachehost_impl.cc b/content/worker/worker_webapplicationcachehost_impl.cc |
index 23201c87beebbf5310e2f4336030744a50d91d4e..b4ccb40b624f13da5f089b3d70dca0cf3de4781f 100644 |
--- a/content/worker/worker_webapplicationcachehost_impl.cc |
+++ b/content/worker/worker_webapplicationcachehost_impl.cc |
@@ -10,12 +10,9 @@ |
namespace content { |
WorkerWebApplicationCacheHostImpl::WorkerWebApplicationCacheHostImpl( |
- const WorkerAppCacheInitInfo& init_info, |
blink::WebApplicationCacheHostClient* client) |
: WebApplicationCacheHostImpl(client, |
WorkerThread::current()->appcache_dispatcher()->backend_proxy()) { |
- backend()->SelectCacheForSharedWorker(host_id(), |
- init_info.main_resource_appcache_id); |
} |
void WorkerWebApplicationCacheHostImpl::willStartMainResourceRequest( |