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

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

Issue 2401513003: Worker: Clean up InProcessWorkerBase (Closed)
Patch Set: Created 4 years, 2 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 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>);

Powered by Google App Engine
This is Rietveld 408576698