| Index: third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.h
|
| index e5f98c486623bf588a26e29eb11488f744a622f9..cb52d40fe458f61db73828c1f4b5872a12a78900 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.h
|
| @@ -40,9 +40,6 @@ public:
|
| void consoleProfile(const String16& title);
|
| void consoleProfileEnd(const String16& title);
|
|
|
| - void idleStarted() override;
|
| - void idleFinished() override;
|
| -
|
| private:
|
| String16 nextProfileId();
|
|
|
|
|