summaryrefslogtreecommitdiffstats
path: root/webkit/glue/devtools/dom_agent_impl.h
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-23 10:58:51 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-23 10:58:51 +0000
commit0b093c9568e7d15c050dd770002850704df2417b (patch)
treec128112072d53ae1bf7d639bd59a1fe07a211dc9 /webkit/glue/devtools/dom_agent_impl.h
parent7aa27fdf4e135daef7f49a37a61e506c165ce214 (diff)
downloadchromium_src-0b093c9568e7d15c050dd770002850704df2417b.zip
chromium_src-0b093c9568e7d15c050dd770002850704df2417b.tar.gz
chromium_src-0b093c9568e7d15c050dd770002850704df2417b.tar.bz2
DevToolsClient frontend improvements:
1. Move callbacks processing to the frontend 2. Dispatch calls directly to Javascript 3. Create CppBoundObject per agent flavor and wire it to IPC 4. Introduce Remote*Agent abstraction in the frontend Review URL: http://codereview.chromium.org/42486 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12275 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/devtools/dom_agent_impl.h')
-rw-r--r--webkit/glue/devtools/dom_agent_impl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/glue/devtools/dom_agent_impl.h b/webkit/glue/devtools/dom_agent_impl.h
index 51e5ffa..6bc130e 100644
--- a/webkit/glue/devtools/dom_agent_impl.h
+++ b/webkit/glue/devtools/dom_agent_impl.h
@@ -103,8 +103,6 @@ class DomAgentImpl : public DomAgent {
int InnerChildNodeCount(WebCore::Node* node);
WebCore::Element* InnerParentElement(WebCore::Node* node);
- void ToJson(const Value* value, std::string* json);
-
DomAgentDelegate* delegate_;
HashMap<WebCore::Node*, int> node_to_id_;
HashMap<int, WebCore::Node*> id_to_node_;