| 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 34066663d2a879cb4754f30c9812cac5b5e63a33..2f9f85ff918f84241f082d3e5539e83a02fbe65d 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;
|
|
|