diff options
Diffstat (limited to 'chrome/worker/worker_thread.h')
-rw-r--r-- | chrome/worker/worker_thread.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/worker/worker_thread.h b/chrome/worker/worker_thread.h index 040f0db..27d0abf 100644 --- a/chrome/worker/worker_thread.h +++ b/chrome/worker/worker_thread.h @@ -21,8 +21,7 @@ class WorkerThread : public ChildThread { private: virtual void OnControlMessageReceived(const IPC::Message& msg); - void OnCreateWorker( - const GURL& url, bool is_shared, const string16& name, int route_id); + void OnCreateWorker(const GURL& url, int route_id); scoped_ptr<WorkerWebKitClientImpl> webkit_client_; |