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

Unified Diff: public/web/WebEmbeddedWorkerStartData.h

Issue 78233002: Implement initial part of WebEmbeddedWorker (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: addressed comments Created 7 years, 1 month 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
« no previous file with comments | « public/web/WebEmbeddedWorker.h ('k') | public/web/WebServiceWorkerContextClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebEmbeddedWorkerStartData.h
diff --git a/public/web/WebEmbeddedWorkerStartData.h b/public/web/WebEmbeddedWorkerStartData.h
index f2ca0a4e7a0a4322d1e72bd1e607e1759cda3037..c5cf380e489a99425e90f5711c35726436a965d4 100644
--- a/public/web/WebEmbeddedWorkerStartData.h
+++ b/public/web/WebEmbeddedWorkerStartData.h
@@ -45,8 +45,6 @@ enum WebEmbeddedWorkerStartMode {
struct WebEmbeddedWorkerStartData {
WebURL scriptURL;
WebString userAgent;
- WebString contentSecurityPolicy;
- WebContentSecurityPolicyType contentSecurityPolicyType;
WebEmbeddedWorkerStartMode startMode;
};
« no previous file with comments | « public/web/WebEmbeddedWorker.h ('k') | public/web/WebServiceWorkerContextClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698