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

Unified Diff: Source/core/workers/InProcessWorkerBase.h

Issue 1190493002: move processContentSecurityPolicy to WorkerScriptLoader (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: (rebase) Created 5 years, 6 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
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/workers/InProcessWorkerBase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/InProcessWorkerBase.h
diff --git a/Source/core/workers/InProcessWorkerBase.h b/Source/core/workers/InProcessWorkerBase.h
index d76bd107ee6851b4960ef0d11a3542be65d7a409..18c3171a3fadff21f29200aa6816b2d78c1d2abf 100644
--- a/Source/core/workers/InProcessWorkerBase.h
+++ b/Source/core/workers/InProcessWorkerBase.h
@@ -57,6 +57,7 @@ private:
void notifyFinished() override;
RefPtr<WorkerScriptLoader> m_scriptLoader;
+ RefPtr<ContentSecurityPolicy> m_contentSecurityPolicy;
WorkerGlobalScopeProxy* m_contextProxy; // The proxy outlives the worker to perform thread shutdown.
};
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/workers/InProcessWorkerBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698