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

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

Issue 2194683003: [DevTools] Cleanup v8_inspector console API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile Created 4 years, 5 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 a8ee2a256cabb18e0f3cf7bc9d754bafec928fa7..b6fe5704394b3fa4e222df2ac14d509d711ecf54 100644
--- a/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h
+++ b/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h
@@ -40,7 +40,6 @@
namespace blink {
-class InspectorLogAgent;
class InstrumentingAgents;
class V8Debugger;
class WorkerThread;
@@ -72,13 +71,11 @@ private:
// InspectorSession::Client implementation.
void sendProtocolMessage(int sessionId, int callId, const String& response, const String& state) override;
void resumeStartup() override;
- void consoleCleared() override;
WorkerThreadDebugger* m_debugger;
WorkerThread* m_thread;
Member<InstrumentingAgents> m_instrumentingAgents;
Member<InspectorSession> m_session;
- Member<InspectorLogAgent> m_logAgent;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698