summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webdevtoolsagent.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webdevtoolsagent.h')
-rw-r--r--webkit/glue/webdevtoolsagent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/glue/webdevtoolsagent.h b/webkit/glue/webdevtoolsagent.h
index 177ec2f..e5c060d 100644
--- a/webkit/glue/webdevtoolsagent.h
+++ b/webkit/glue/webdevtoolsagent.h
@@ -28,6 +28,8 @@ class WebDevToolsAgent {
virtual void Detach() = 0;
+ virtual void OnNavigate() = 0;
+
virtual void DispatchMessageFromClient(const std::string& class_name,
const std::string& method_name,
const std::string& raw_msg) = 0;