Index: trunk/Source/core/inspector/InspectorBaseAgent.h |
=================================================================== |
--- trunk/Source/core/inspector/InspectorBaseAgent.h (revision 169387) |
+++ trunk/Source/core/inspector/InspectorBaseAgent.h (working copy) |
@@ -55,7 +55,6 @@ |
virtual void registerInDispatcher(InspectorBackendDispatcher*) = 0; |
virtual void discardAgent() { } |
virtual void didCommitLoadForMainFrame() { } |
- virtual void flushPendingFrontendMessages() { } |
String name() { return m_name; } |
void appended(InstrumentingAgents*, InspectorState*); |
@@ -78,7 +77,6 @@ |
void restore(); |
void registerInDispatcher(InspectorBackendDispatcher*); |
void discardAgents(); |
- void flushPendingFrontendMessages(); |
private: |
InstrumentingAgents* m_instrumentingAgents; |