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

Unified Diff: Source/core/inspector/InspectorBaseAgent.h

Issue 327203002: Revert of DevTools: notify backend agents about profiler started/stopped events (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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
« no previous file with comments | « no previous file | Source/core/inspector/InspectorBaseAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorBaseAgent.h
diff --git a/Source/core/inspector/InspectorBaseAgent.h b/Source/core/inspector/InspectorBaseAgent.h
index 1d9b5b3d609442194c6922bd90b779c72dd41858..eae8210979a35633618be2aa14522043f1123730 100644
--- a/Source/core/inspector/InspectorBaseAgent.h
+++ b/Source/core/inspector/InspectorBaseAgent.h
@@ -56,9 +56,6 @@
virtual void discardAgent() { }
virtual void didCommitLoadForMainFrame() { }
virtual void flushPendingFrontendMessages() { }
- virtual void profilerStarted() { }
- virtual void profilerStopped() { }
-
String name() { return m_name; }
void appended(InstrumentingAgents*, InspectorState*);
@@ -82,8 +79,6 @@
void registerInDispatcher(InspectorBackendDispatcher*);
void discardAgents();
void flushPendingFrontendMessages();
- void profilerStarted();
- void profilerStopped();
private:
InstrumentingAgents* m_instrumentingAgents;
« no previous file with comments | « no previous file | Source/core/inspector/InspectorBaseAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698