diff options
Diffstat (limited to 'content/browser/shared_worker/shared_worker_host.cc')
-rw-r--r-- | content/browser/shared_worker/shared_worker_host.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/browser/shared_worker/shared_worker_host.cc b/content/browser/shared_worker/shared_worker_host.cc index 8aefff1..07d988f 100644 --- a/content/browser/shared_worker/shared_worker_host.cc +++ b/content/browser/shared_worker/shared_worker_host.cc @@ -184,7 +184,6 @@ void SharedWorkerHost::WorkerConnected(int message_port_id) { void SharedWorkerHost::AllowDatabase(const GURL& url, const base::string16& name, const base::string16& display_name, - unsigned long estimated_size, bool* result) { if (!instance_) return; @@ -192,7 +191,6 @@ void SharedWorkerHost::AllowDatabase(const GURL& url, url, name, display_name, - estimated_size, instance_->resource_context(), GetRenderFrameIDsForWorker()); } |