summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webdevtoolsagent_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webdevtoolsagent_impl.h')
-rw-r--r--webkit/glue/webdevtoolsagent_impl.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/webkit/glue/webdevtoolsagent_impl.h b/webkit/glue/webdevtoolsagent_impl.h
index 6f85fd2..0a1ff97 100644
--- a/webkit/glue/webdevtoolsagent_impl.h
+++ b/webkit/glue/webdevtoolsagent_impl.h
@@ -43,7 +43,11 @@ class WebDevToolsAgentImpl
virtual ~WebDevToolsAgentImpl();
// ToolsAgent implementation.
- virtual void ExecuteUtilityFunction(
+ virtual void DispatchOnInspectorController(
+ int call_id,
+ const WebCore::String& function_name,
+ const WebCore::String& json_args);
+ virtual void DispatchOnInjectedScript(
int call_id,
const WebCore::String& function_name,
const WebCore::String& json_args);