| Index: third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.h
|
| index e978afe983993de8c43322ee377880b24d083ac0..69e5959036ab887a361b839002e384fc55b7c895 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.h
|
| @@ -52,10 +52,6 @@ public:
|
| V8HeapProfilerAgent* heapProfilerAgent() override;
|
| V8ProfilerAgent* profilerAgent() override;
|
| V8RuntimeAgent* runtimeAgent() override;
|
| -
|
| - void setClearConsoleCallback(PassOwnPtr<V8RuntimeAgent::ClearConsoleCallback> callback) { m_clearConsoleCallback = callback; }
|
| - V8RuntimeAgent::ClearConsoleCallback* clearConsoleCallback() { return m_clearConsoleCallback.get(); }
|
| -
|
| private:
|
| V8InspectorSessionImpl(V8DebuggerImpl*, int contextGroupId);
|
|
|
| @@ -68,8 +64,6 @@ private:
|
| OwnPtr<V8DebuggerAgentImpl> m_debuggerAgent;
|
| OwnPtr<V8HeapProfilerAgentImpl> m_heapProfilerAgent;
|
| OwnPtr<V8ProfilerAgentImpl> m_profilerAgent;
|
| -
|
| - OwnPtr<V8RuntimeAgent::ClearConsoleCallback> m_clearConsoleCallback;
|
| };
|
|
|
| } // namespace blink
|
|
|