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

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

Issue 16934003: Inspector: replace generic discardAgents logic with explicit call to discard a listener. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed comments Created 7 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 75bd7b4cbfd193b2bf23547a0d552cb24188cbc1..ed36b568df9cbc25685108e0b6c1f839424d6151 100644
--- a/Source/core/inspector/InspectorBaseAgent.h
+++ b/Source/core/inspector/InspectorBaseAgent.h
@@ -52,7 +52,6 @@ public:
virtual void clearFrontend() { }
virtual void restore() { }
virtual void registerInDispatcher(InspectorBackendDispatcher*) = 0;
- virtual void discardAgent() { }
String name() { return m_name; }
@@ -74,7 +73,6 @@ public:
void clearFrontend();
void restore();
void registerInDispatcher(InspectorBackendDispatcher*);
- void discardAgents();
private:
Vector<OwnPtr<InspectorBaseAgentInterface> > m_agents;
« 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