| Index: Source/core/inspector/InspectorWorkerAgent.h
|
| diff --git a/Source/core/inspector/InspectorWorkerAgent.h b/Source/core/inspector/InspectorWorkerAgent.h
|
| index 1d6fedd189956129c984664ac4b91003fb1c9bc3..4ade9af31c86ba7521dc598bff6cf1f372eaa856 100644
|
| --- a/Source/core/inspector/InspectorWorkerAgent.h
|
| +++ b/Source/core/inspector/InspectorWorkerAgent.h
|
| @@ -68,6 +68,8 @@ public:
|
| virtual void sendMessageToWorker(ErrorString*, int workerId, const RefPtr<JSONObject>& message) OVERRIDE;
|
| virtual void setAutoconnectToWorkers(ErrorString*, bool value) OVERRIDE;
|
|
|
| + void setTracingSessionId(const String&);
|
| +
|
| private:
|
| InspectorWorkerAgent();
|
| void createWorkerFrontendChannelsForExistingWorkers();
|
| @@ -81,6 +83,7 @@ private:
|
| WorkerChannels m_idToChannel;
|
| typedef HashMap<WorkerGlobalScopeProxy*, String> DedicatedWorkers;
|
| DedicatedWorkers m_dedicatedWorkers;
|
| + String m_tracingSessionId;
|
| };
|
|
|
| } // namespace blink
|
|
|