Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1092)

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h

Issue 1913283003: [DevTools] Rework idle{Started,Finished} instrumentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@1907663005
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698