Commit 7966bdf2 authored by yurys@chromium.org's avatar yurys@chromium.org

Remove one more sendDebuggerCommandToAgent obsolete implementation

BUG=104625
TEST=Existing tests

Review URL: http://codereview.chromium.org/8693004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111542 0039d316-1c4b-4281-b951-d872f2087c98
parent 3033a638
......@@ -53,11 +53,6 @@ void TestShellDevToolsClient::sendMessageToBackend(
dev_tools_agent_->AsyncCall(TestShellDevToolsCallArgs(data));
}
void TestShellDevToolsClient::sendDebuggerCommandToAgent(
const WebString& command) {
WebDevToolsAgent::executeDebuggerCommand(command, 1);
}
void TestShellDevToolsClient::activateWindow() {
NOTIMPLEMENTED();
}
......
......@@ -29,7 +29,6 @@ class TestShellDevToolsClient: public WebKit::WebDevToolsFrontendClient {
// WebDevToolsFrontendClient implementation
virtual void sendFrontendLoaded();
virtual void sendMessageToBackend(const WebKit::WebString& data);
virtual void sendDebuggerCommandToAgent(const WebKit::WebString& command);
virtual void activateWindow();
virtual void closeWindow();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment