| 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 62933e53736a7ec23e54798c2688980201a72e11..ddf1ffc6ba87d73fa46aadece9534f1eb0e256ac 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.cpp
|
| @@ -85,18 +85,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);
|
|
|