Index: content/browser/devtools/devtools_http_handler_impl.h |
diff --git a/content/browser/devtools/devtools_http_handler_impl.h b/content/browser/devtools/devtools_http_handler_impl.h |
index 0276c3f6b3d3218ac9b89bfa35f6dd06ad21dedc..9f32bf70ddda79b70f639e2416e3c1d4da6acdf5 100644 |
--- a/content/browser/devtools/devtools_http_handler_impl.h |
+++ b/content/browser/devtools/devtools_http_handler_impl.h |
@@ -56,6 +56,7 @@ class DevToolsHttpHandlerImpl |
virtual GURL GetFrontendURL() OVERRIDE; |
// net::HttpServer::Delegate implementation. |
+ virtual void OnConnect(int connection_id) OVERRIDE {} |
virtual void OnHttpRequest(int connection_id, |
const net::HttpServerRequestInfo& info) OVERRIDE; |
virtual void OnWebSocketRequest( |