| 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 2c295c7d2081b7a086a44d093aaa340b7d4c1e32..2fa12b115204566861ec9ca2b72653dc23e07ca3 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);
|
|
|