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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp

Issue 2012753003: DevTools: consolidate protocol generators for front-end, backend and type builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp
diff --git a/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp
index 61887514c674388b925e8693aff164c143f45b96..1d06a3d08b505d3b67fb5ed8dd70fddd8cb2e9b1 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp
+++ b/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp
@@ -46,10 +46,7 @@ void InspectorMemoryAgent::getDOMCounters(ErrorString*, int* documents, int* nod
*jsEventListeners = InstanceCounters::counterValue(InstanceCounters::JSEventListenerCounter);
}
-InspectorMemoryAgent::InspectorMemoryAgent()
- : InspectorBaseAgent<InspectorMemoryAgent, protocol::Memory::Frontend>("Memory")
-{
-}
+InspectorMemoryAgent::InspectorMemoryAgent() = default;
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698