Index: public/testing/WebTestProxy.h |
diff --git a/public/testing/WebTestProxy.h b/public/testing/WebTestProxy.h |
index 37e9a5767b71998b99263df805ab365d52b8afe9..0ef8620df2eeefb0c4b78502591eb696b61a8c40 100644 |
--- a/public/testing/WebTestProxy.h |
+++ b/public/testing/WebTestProxy.h |
@@ -201,6 +201,7 @@ protected: |
void didFinishLoad(WebKit::WebFrame*); |
void didChangeLocationWithinPage(WebKit::WebFrame*); |
void didDetectXSS(WebKit::WebFrame*, const WebKit::WebURL& insecureURL, bool didBlockEntirePage); |
+ void didDispatchPingLoader(WebKit::WebFrame*, const WebKit::WebURL&); |
void willRequestResource(WebKit::WebFrame*, const WebKit::WebCachedURLRequest&); |
void didCreateDataSource(WebKit::WebFrame*, WebKit::WebDataSource*); |
void willSendRequest(WebKit::WebFrame*, unsigned identifier, WebKit::WebURLRequest&, const WebKit::WebURLResponse& redirectResponse); |