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

Unified Diff: third_party/WebKit/Source/core/inspector/WorkerInspectorController.h

Issue 1621923002: [DevTools] Remove InspectorState. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: to JSONObject Created 4 years, 11 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: third_party/WebKit/Source/core/inspector/WorkerInspectorController.h
diff --git a/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h b/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h
index 559db88e5df4a636809a2282ea733e3237c21a71..630277be6f55e2168ca4dd3e6520e283d4f63626 100644
--- a/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h
+++ b/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h
@@ -46,7 +46,6 @@ class InjectedScriptManager;
class InspectorBackendDispatcher;
class InspectorFrontend;
class InspectorFrontendChannel;
-class InspectorStateClient;
class InstrumentingAgents;
class WorkerDebuggerAgent;
class WorkerGlobalScope;
@@ -85,8 +84,6 @@ private:
InspectorFrontendChannel* frontendChannel() const;
RawPtrWillBeMember<WorkerGlobalScope> m_workerGlobalScope;
- OwnPtr<InspectorStateClient> m_stateClient;
- OwnPtr<InspectorCompositeState> m_state;
RefPtrWillBeMember<InstrumentingAgents> m_instrumentingAgents;
OwnPtr<InjectedScriptManager> m_injectedScriptManager;
OwnPtr<WorkerThreadDebugger> m_workerThreadDebugger;

Powered by Google App Engine
This is Rietveld 408576698