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

Unified Diff: third_party/WebKit/public/web/WebSharedWorker.h

Issue 1775933002: CORS-RFC1918: Pipe creator address space through SharedWorker creation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: typo Created 4 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/public/web/WebSharedWorker.h
diff --git a/third_party/WebKit/public/web/WebSharedWorker.h b/third_party/WebKit/public/web/WebSharedWorker.h
index 8143de2abf6c60eb3928e16514f22ee0ddc30450..f4e216d406b275e847025e686516dab155aa0868 100644
--- a/third_party/WebKit/public/web/WebSharedWorker.h
+++ b/third_party/WebKit/public/web/WebSharedWorker.h
@@ -31,6 +31,7 @@
#ifndef WebSharedWorker_h
#define WebSharedWorker_h
+#include "../platform/WebAddressSpace.h"
#include "../platform/WebCommon.h"
#include "WebContentSecurityPolicy.h"
@@ -53,7 +54,8 @@ public:
const WebURL& scriptURL,
const WebString& name,
const WebString& contentSecurityPolicy,
- WebContentSecurityPolicyType) = 0;
+ WebContentSecurityPolicyType,
+ WebAddressSpace) = 0;
// Sends a connect event to the SharedWorker context.
virtual void connect(WebMessagePortChannel*) = 0;
« no previous file with comments | « third_party/WebKit/public/platform/WebURLRequest.h ('k') | third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698