Index: third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h |
diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h |
index 345cf70cf1a0294c733052037c615b9df3250a08..dacf8a0bc35933707af4eab87affde3ee8759971 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h |
+++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h |
@@ -14,9 +14,6 @@ namespace blink { |
class PLATFORM_EXPORT V8ProfilerAgent : public protocol::Backend::Profiler, public V8Debugger::Agent<protocol::Frontend::Profiler> { |
public: |
virtual ~V8ProfilerAgent() { } |
- |
- virtual void idleStarted() = 0; |
- virtual void idleFinished() = 0; |
}; |
} // namespace blink |