diff options
Diffstat (limited to 'content/browser/shared_worker/shared_worker_host.h')
-rw-r--r-- | content/browser/shared_worker/shared_worker_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/browser/shared_worker/shared_worker_host.h b/content/browser/shared_worker/shared_worker_host.h index 9fb9ca3..bbb1283 100644 --- a/content/browser/shared_worker/shared_worker_host.h +++ b/content/browser/shared_worker/shared_worker_host.h @@ -65,7 +65,6 @@ class SharedWorkerHost { void AllowDatabase(const GURL& url, const base::string16& name, const base::string16& display_name, - unsigned long estimated_size, bool* result); void AllowFileSystem(const GURL& url, scoped_ptr<IPC::Message> reply_msg); void AllowIndexedDB(const GURL& url, |