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

Unified Diff: content/renderer/shared_worker_repository.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: content/renderer/shared_worker_repository.h
diff --git a/content/renderer/shared_worker_repository.h b/content/renderer/shared_worker_repository.h
index 70d73d38f672af2116b8ade0027d2f2bbb00f6ae..93ac628c37968c65a22e9bdab9d9ae3e2d7927d5 100644
--- a/content/renderer/shared_worker_repository.h
+++ b/content/renderer/shared_worker_repository.h
@@ -9,6 +9,7 @@
#include "base/macros.h"
#include "content/public/renderer/render_frame_observer.h"
+#include "third_party/WebKit/public/platform/WebAddressSpace.h"
#include "third_party/WebKit/public/web/WebContentSecurityPolicy.h"
#include "third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h"
#include "third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h"
@@ -30,6 +31,7 @@ class SharedWorkerRepository : public RenderFrameObserver,
DocumentID document_id,
const blink::WebString& content_security_policy,
blink::WebContentSecurityPolicyType,
+ blink::WebAddressSpace,
blink::WebSharedWorkerCreationContextType,
blink::WebWorkerCreationError* error) override;
void documentDetached(DocumentID document_id) override;
« no previous file with comments | « content/renderer/shared_worker/embedded_shared_worker_stub.cc ('k') | content/renderer/shared_worker_repository.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698