Index: third_party/WebKit/Source/web/WebDevToolsAgentImpl.h |
diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h |
index 535b15cec636015e4c5ab177b8cbc86527ab1e90..87e3f044d846280616c104700d20f9e87624adbd 100644 |
--- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h |
+++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h |
@@ -52,11 +52,9 @@ class InspectorResourceContainer; |
class InspectorResourceContentLoader; |
class LocalFrame; |
class WebDevToolsAgentClient; |
-class WebFrameWidgetImpl; |
class WebLayerTreeView; |
class WebLocalFrameImpl; |
class WebString; |
-class WebViewImpl; |
class WebDevToolsAgentImpl final |
: public GarbageCollectedFinalized<WebDevToolsAgentImpl>, |
@@ -76,8 +74,6 @@ class WebDevToolsAgentImpl final |
WebDevToolsAgentClient* client() { return m_client; } |
InspectorOverlay* overlay() const { return m_overlay.get(); } |
void flushProtocolNotifications(); |
- static void webViewImplClosed(WebViewImpl*); |
- static void webFrameWidgetImplClosed(WebFrameWidgetImpl*); |
// Instrumentation from web/ layer. |
void didCommitLoadForLocalFrame(LocalFrame*); |