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

Unified Diff: third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp

Issue 2474073005: DevTools: add the logging aspect into the PerformanceMonitor (Closed)
Patch Set: Created 4 years, 1 month 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.cpp
diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
index 40d7049d4810944ecf7bcbce5a1bc06d09249451..a1b4169dc820607a63ddb03a085f55add23590aa 100644
--- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
+++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
@@ -430,7 +430,8 @@ void WebDevToolsAgentImpl::initializeSession(int sessionId,
m_session->append(pageAgent);
m_session->append(new InspectorLogAgent(
- &m_inspectedFrames->root()->host()->consoleMessageStorage()));
+ &m_inspectedFrames->root()->host()->consoleMessageStorage(),
+ m_inspectedFrames->root()->performanceMonitor()));
m_tracingAgent->setLayerTreeId(m_layerTreeId);
m_networkAgent->setHostId(hostId);

Powered by Google App Engine
This is Rietveld 408576698