Index: third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h |
diff --git a/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h b/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h |
index c2f9ddcf5ed41d8dcb495f0a00ebe5b06bdbc608..672c1abd98ff102364dc8965ea6ce50c415acbb7 100644 |
--- a/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h |
+++ b/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h |
@@ -56,7 +56,9 @@ class CORE_EXPORT InProcessWorkerMessagingProxy |
// These methods should only be used on the parent context thread. |
void startWorkerGlobalScope(const KURL& scriptURL, |
const String& userAgent, |
- const String& sourceCode); |
+ const String& sourceCode, |
+ ContentSecurityPolicy*, |
+ const String& referrerPolicy); |
void postMessageToWorkerGlobalScope(PassRefPtr<SerializedScriptValue>, |
std::unique_ptr<MessagePortChannelArray>); |