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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorLogAgent.h

Issue 2515693003: DevTools: bring violations and timeline warnings in sync. (Closed)
Patch Set: idle callback test fixed. Created 4 years, 1 month 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/core/inspector/InspectorLogAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorLogAgent.h b/third_party/WebKit/Source/core/inspector/InspectorLogAgent.h
index d4ef9bfd3a940f496dcf34a9636447a5ff9abf68..12a08f2115f5a23ac2982c945ba86dcdc65490fc 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorLogAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorLogAgent.h
@@ -42,9 +42,6 @@ class CORE_EXPORT InspectorLogAgent
private:
// PerformanceMonitor::Client implementation.
- void reportLongTask(double startTime,
- double endTime,
- const HeapHashSet<Member<Frame>>& contextFrames) override;
void reportLongLayout(double duration) override;
void reportGenericViolation(PerformanceMonitor::Violation,
const String& text,

Powered by Google App Engine
This is Rietveld 408576698