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

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

Issue 1907663005: [DevTools] Move v8-related instrumentation from agents to InspectorSession. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@1889533002
Patch Set: profiler agent restore starts instrumenting 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/InspectorProfilerAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h
index a364b9fb8804aa0bfa762177eab4db2635edcf0d..f5cc784ce77d8645723c9251f09ab0c9026ce009 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h
@@ -68,11 +68,6 @@ public:
void start(ErrorString*) override;
void stop(ErrorString*, OwnPtr<protocol::Profiler::CPUProfile>*) override;
- void willProcessTask();
- void didProcessTask();
- void willEnterNestedRunLoop();
- void didLeaveNestedRunLoop();
-
private:
InspectorProfilerAgent(V8ProfilerAgent*, Client*);

Powered by Google App Engine
This is Rietveld 408576698