| Index: third_party/WebKit/Source/core/workers/InProcessWorkerBase.h
|
| diff --git a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h
|
| index a7dc13ad2e3aceb539ee28fa3ff7e9e4e54ebda1..f9d3a32dc748431443ad47e99cc52d59fe58cc5c 100644
|
| --- a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h
|
| +++ b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h
|
| @@ -42,6 +42,8 @@ public:
|
|
|
| ContentSecurityPolicy* contentSecurityPolicy();
|
|
|
| + String referrerPolicy();
|
| +
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(message);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
| @@ -61,6 +63,7 @@ private:
|
|
|
| RefPtr<WorkerScriptLoader> m_scriptLoader;
|
| Member<ContentSecurityPolicy> m_contentSecurityPolicy;
|
| + String m_referrerPolicy;
|
| InProcessWorkerGlobalScopeProxy* m_contextProxy; // The proxy outlives the worker to perform thread shutdown.
|
| };
|
|
|
|
|