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