Index: content/renderer/devtools_client.h |
diff --git a/content/renderer/devtools_client.h b/content/renderer/devtools_client.h |
index 0e1f1508b014dc9557e36e599c8c7b84b24f5624..8c7b47c6816566296549906e3fe8f38e204fa724 100644 |
--- a/content/renderer/devtools_client.h |
+++ b/content/renderer/devtools_client.h |
@@ -39,8 +39,6 @@ class DevToolsClient : public content::RenderViewObserver, |
// WebDevToolsFrontendClient implementation. |
virtual void sendFrontendLoaded() OVERRIDE; |
virtual void sendMessageToBackend(const WebKit::WebString&) OVERRIDE; |
- virtual void sendDebuggerCommandToAgent( |
- const WebKit::WebString& command) OVERRIDE; |
virtual void activateWindow() OVERRIDE; |
virtual void closeWindow() OVERRIDE; |
@@ -50,8 +48,6 @@ class DevToolsClient : public content::RenderViewObserver, |
virtual void saveAs(const WebKit::WebString& file_name, |
const WebKit::WebString& content) OVERRIDE; |
- virtual bool shouldHideScriptsPanel() OVERRIDE; |
- |
void OnDispatchOnInspectorFrontend(const std::string& message); |
// Sends message to DevToolsAgent. |