Index: content/browser/worker_host/worker_process_host.h |
diff --git a/content/browser/worker_host/worker_process_host.h b/content/browser/worker_host/worker_process_host.h |
index c363168624a02734cc95dc82c4d12b6e46eb6c70..10ea12a3e15bdf4b174916db8cddb04d5d880b62 100644 |
--- a/content/browser/worker_host/worker_process_host.h |
+++ b/content/browser/worker_host/worker_process_host.h |
@@ -170,7 +170,7 @@ class WorkerProcessHost : public BrowserChildProcessHostDelegate, |
bool Init(int render_process_id, int render_frame_id); |
// Creates a worker object in the process. |
- void CreateWorker(const WorkerInstance& instance); |
+ void CreateWorker(const WorkerInstance& instance, bool pause_on_start); |
// Returns true iff the given message from a renderer process was forwarded to |
// the worker. |