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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorSession.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/core/inspector/InspectorSession.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorSession.h b/third_party/WebKit/Source/core/inspector/InspectorSession.h
index 7688829ecbe84de81584d6135b1d6b21e1bd092b..1e1acd36d7ecb8fd32d886b8dcbd1565e0fc0aec 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorSession.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorSession.h
@@ -59,10 +59,6 @@ public:
void asyncTaskFinished(void* task);
void didStartProvisionalLoad(LocalFrame*);
void didClearDocumentOfWindowObject(LocalFrame*);
- void willProcessTask();
- void didProcessTask();
- void willEnterNestedRunLoop();
- void didLeaveNestedRunLoop();
DECLARE_TRACE();

Powered by Google App Engine
This is Rietveld 408576698