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

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

Issue 1985033003: [DevTools] Use registerWeakMembers in NetworkResourcesData. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased, removed more code Created 4 years, 7 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
« no previous file with comments | « third_party/WebKit/Source/core/inspector/NetworkResourcesData.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 92d6413ba31a6886a80dd8d44617af0aa520f6b8..bd1751068c8b322f237f68e406b1b80dc72a37fc 100644
--- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
+++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
@@ -455,7 +455,6 @@ void WebDevToolsAgentImpl::initializeSession(int sessionId, const String& hostId
m_overlay->init(cssAgent, debuggerAgent, m_domAgent);
Platform::current()->currentThread()->addTaskObserver(this);
- InspectorInstrumentation::registerInstrumentingAgents(m_instrumentingAgents.get());
}
void WebDevToolsAgentImpl::destroySession()
@@ -474,7 +473,6 @@ void WebDevToolsAgentImpl::destroySession()
m_session.clear();
Platform::current()->currentThread()->removeTaskObserver(this);
- InspectorInstrumentation::unregisterInstrumentingAgents(m_instrumentingAgents.get());
}
void WebDevToolsAgentImpl::attach(const WebString& hostId, int sessionId)
« no previous file with comments | « third_party/WebKit/Source/core/inspector/NetworkResourcesData.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698