| Index: third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h
|
| index f4b5cf816748c193e2baf97b1c682badb4a4a223..d1671f3e7a905a2d94475b23cbe6433f0782da31 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h
|
| @@ -63,9 +63,6 @@ public:
|
| void clearFrontend() override;
|
| void restore() override;
|
|
|
| - void consoleProfile(ExecutionContext*, const String16& title);
|
| - void consoleProfileEnd(const String16& title);
|
| -
|
| void enable(ErrorString*) override;
|
| void disable(ErrorString*) override;
|
| void setSamplingInterval(ErrorString*, int) override;
|
|
|