Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h

Issue 2540983003: CSP: Dedicated workers always inherit policy. (Closed)
Patch Set: Rebase. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 6e708c017dc87e1703430536097a56c8bdf695df..ae7b75c38a98307352da08b6068c8c923116067e 100644
--- a/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h
+++ b/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.h
@@ -55,7 +55,6 @@ class CORE_EXPORT InProcessWorkerMessagingProxy
void startWorkerGlobalScope(const KURL& scriptURL,
const String& userAgent,
const String& sourceCode,
- ContentSecurityPolicy*,
const String& referrerPolicy);
void postMessageToWorkerGlobalScope(PassRefPtr<SerializedScriptValue>,
MessagePortChannelArray);

Powered by Google App Engine
This is Rietveld 408576698