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

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

Issue 2401513003: Worker: Clean up InProcessWorkerBase (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 44a63fefc2f0a350d7fe8c9ff9756397c22d0cc3..082e3ff4cbfb8039b825129017975639554a9695 100644
--- a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h
+++ b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h
@@ -12,11 +12,9 @@
#include "core/events/EventListener.h"
#include "core/events/EventTarget.h"
#include "core/workers/AbstractWorker.h"
-#include "platform/heap/Handle.h"
#include "wtf/Forward.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefPtr.h"
-#include "wtf/text/AtomicStringHash.h"
namespace blink {
@@ -44,10 +42,6 @@ class CORE_EXPORT InProcessWorkerBase : public AbstractWorker,
// ScriptWrappable
bool hasPendingActivity() const final;
- ContentSecurityPolicy* contentSecurityPolicy();
-
- String referrerPolicy();
-
DEFINE_ATTRIBUTE_EVENT_LISTENER(message);
DECLARE_VIRTUAL_TRACE();
@@ -69,8 +63,6 @@ class CORE_EXPORT InProcessWorkerBase : public AbstractWorker,
void onFinished();
RefPtr<WorkerScriptLoader> m_scriptLoader;
- Member<ContentSecurityPolicy> m_contentSecurityPolicy;
- String m_referrerPolicy;
// The proxy outlives the worker to perform thread shutdown.
InProcessWorkerMessagingProxy* m_contextProxy;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698