mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 113143.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@426 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsAgent.h"
|
||||
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsFrontend.h"
|
||||
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
|
||||
#include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h"
|
||||
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h"
|
||||
#include "third_party/WebKit/Source/WebKit/chromium/public/WebScriptSource.h"
|
||||
#include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h"
|
||||
|
||||
@@ -45,22 +45,12 @@ BrowserDevToolsClient::~BrowserDevToolsClient() {
|
||||
dev_tools_agent_->detach();
|
||||
}
|
||||
|
||||
void BrowserDevToolsClient::sendFrontendLoaded() {
|
||||
if (dev_tools_agent_)
|
||||
dev_tools_agent_->frontendLoaded();
|
||||
}
|
||||
|
||||
void BrowserDevToolsClient::sendMessageToBackend(
|
||||
const WebString& data) {
|
||||
if (dev_tools_agent_)
|
||||
dev_tools_agent_->AsyncCall(BrowserDevToolsCallArgs(data));
|
||||
}
|
||||
|
||||
void BrowserDevToolsClient::sendDebuggerCommandToAgent(
|
||||
const WebString& command) {
|
||||
WebDevToolsAgent::executeDebuggerCommand(command, 1);
|
||||
}
|
||||
|
||||
void BrowserDevToolsClient::activateWindow() {
|
||||
NOTIMPLEMENTED();
|
||||
}
|
||||
|
Reference in New Issue
Block a user