| Index: content/worker/websharedworker_stub.h
|
| ===================================================================
|
| --- content/worker/websharedworker_stub.h (revision 116764)
|
| +++ content/worker/websharedworker_stub.h (working copy)
|
| @@ -51,7 +51,9 @@
|
|
|
| void OnConnect(int sent_message_port_id, int routing_id);
|
| void OnStartWorkerContext(
|
| - const GURL& url, const string16& user_agent, const string16& source_code);
|
| + const GURL& url, const string16& user_agent, const string16& source_code,
|
| + const string16& content_security_policy, bool report_only);
|
| +
|
| void OnTerminateWorkerContext();
|
|
|
| int route_id_;
|
|
|