| Index: content/worker/websharedworker_stub.h
|
| diff --git a/content/worker/websharedworker_stub.h b/content/worker/websharedworker_stub.h
|
| index 1f9aadd56dfd00a6ec6d6eb55e45b0589b6fd502..c1a6287bfb7c3f5f757238146cd3f4c482345c50 100644
|
| --- a/content/worker/websharedworker_stub.h
|
| +++ b/content/worker/websharedworker_stub.h
|
| @@ -30,6 +30,7 @@ class WebSharedWorkerStub : public IPC::Listener {
|
| const base::string16& name,
|
| const base::string16& content_security_policy,
|
| blink::WebContentSecurityPolicyType security_policy_type,
|
| + bool pause_on_start,
|
| int route_id);
|
|
|
| // IPC::Listener implementation.
|
|
|