Index: third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.cpp |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.cpp |
index 7204818e086620e03fdba7e59fda1296ba54206e..c0a74764bd76b2e3a7077f68a803bf05cd19f464 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.cpp |
+++ b/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.cpp |
@@ -80,18 +80,6 @@ void InspectorProfilerAgent::restore() |
enable(&errorString); |
} |
-// Protocol implementation. |
-void InspectorProfilerAgent::consoleProfile(ExecutionContext* context, const String16& title) |
-{ |
- UseCounter::count(context, UseCounter::DevToolsConsoleProfile); |
- m_v8ProfilerAgent->consoleProfile(title); |
-} |
- |
-void InspectorProfilerAgent::consoleProfileEnd(const String16& title) |
-{ |
- m_v8ProfilerAgent->consoleProfileEnd(title); |
-} |
- |
void InspectorProfilerAgent::enable(ErrorString* errorString) |
{ |
m_v8ProfilerAgent->enable(errorString); |