| Index: Source/core/inspector/InspectorProfilerAgent.h
|
| diff --git a/Source/core/inspector/InspectorProfilerAgent.h b/Source/core/inspector/InspectorProfilerAgent.h
|
| index 619b59e80daf6536cc27fd714ad6be0cdd024774..3e9e0e62bb0cfc3cdedc0fa55042f067cf34eb0d 100644
|
| --- a/Source/core/inspector/InspectorProfilerAgent.h
|
| +++ b/Source/core/inspector/InspectorProfilerAgent.h
|
| @@ -75,8 +75,6 @@ public:
|
| virtual void clearFrontend();
|
| virtual void restore();
|
|
|
| - void toggleRecordButton(bool isProfiling);
|
| -
|
| void willProcessTask();
|
| void didProcessTask();
|
| void willEnterNestedRunLoop();
|
|
|