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

Unified Diff: Source/core/inspector/InspectorDOMDebuggerAgent.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: 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
Index: Source/core/inspector/InspectorDOMDebuggerAgent.h
diff --git a/Source/core/inspector/InspectorDOMDebuggerAgent.h b/Source/core/inspector/InspectorDOMDebuggerAgent.h
index 4b4800e4cb209da2143529597b445ff0f698c7aa..ea75602b5ca540753825cf12c2298648b096586f 100644
--- a/Source/core/inspector/InspectorDOMDebuggerAgent.h
+++ b/Source/core/inspector/InspectorDOMDebuggerAgent.h
@@ -93,7 +93,6 @@ public:
void didProcessTask();
virtual void clearFrontend();
- virtual void discardAgent();
private:
InspectorDOMDebuggerAgent(InstrumentingAgents*, InspectorCompositeState*, InspectorDOMAgent*, InspectorDebuggerAgent*);
@@ -105,6 +104,8 @@ private:
virtual void debuggerWasDisabled();
virtual void stepInto();
virtual void didPause();
+ virtual void discardListener();
+
void disable();
void descriptionForDOMEvent(Node* target, int breakpointType, bool insertion, InspectorObject* description);

Powered by Google App Engine
This is Rietveld 408576698