| 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 a364b9fb8804aa0bfa762177eab4db2635edcf0d..f5cc784ce77d8645723c9251f09ab0c9026ce009 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h
|
| @@ -68,11 +68,6 @@ public:
|
| void start(ErrorString*) override;
|
| void stop(ErrorString*, OwnPtr<protocol::Profiler::CPUProfile>*) override;
|
|
|
| - void willProcessTask();
|
| - void didProcessTask();
|
| - void willEnterNestedRunLoop();
|
| - void didLeaveNestedRunLoop();
|
| -
|
| private:
|
| InspectorProfilerAgent(V8ProfilerAgent*, Client*);
|
|
|
|
|