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

Unified Diff: third_party/WebKit/Source/web/WebDevToolsAgentImpl.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/web/WebDevToolsAgentImpl.h
diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
index 379fb56660ba5f306baf80956633e2e0c965a457..641c292e670323605cebb7ddf4f1a5fbcba5cf87 100644
--- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
+++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
@@ -46,7 +46,6 @@
namespace blink {
class GraphicsLayer;
-class InspectorLogAgent;
class InspectedFrames;
class InspectorOverlay;
class InspectorResourceContainer;
@@ -127,7 +126,6 @@ private:
void resumeStartup() override;
void profilingStarted() override;
void profilingStopped() override;
- void consoleCleared() override;
// WebThread::TaskObserver implementation.
void willProcessTask() override;
@@ -156,7 +154,6 @@ private:
Member<InspectorNetworkAgent> m_networkAgent;
Member<InspectorLayerTreeAgent> m_layerTreeAgent;
Member<InspectorTracingAgent> m_tracingAgent;
- Member<InspectorLogAgent> m_logAgent;
Member<InspectorSession> m_session;
bool m_includeViewAgents;

Powered by Google App Engine
This is Rietveld 408576698