| Index: content/shell/renderer/test_runner/web_test_proxy.h
|
| diff --git a/content/shell/renderer/test_runner/web_test_proxy.h b/content/shell/renderer/test_runner/web_test_proxy.h
|
| index 12b097f596413ed188aa4ca6797cb5c4bdc444b2..b38d62dbbe0b9492c9763fa528f3816abc14dead 100644
|
| --- a/content/shell/renderer/test_runner/web_test_proxy.h
|
| +++ b/content/shell/renderer/test_runner/web_test_proxy.h
|
| @@ -189,6 +189,7 @@ class WebTestProxyBase : public blink::WebCompositeAndReadbackAsyncCallback {
|
| void DidChangeLocationWithinPage(blink::WebLocalFrame*);
|
| void DidDetectXSS(blink::WebLocalFrame*, const blink::WebURL& insecureURL,
|
| bool didBlockEntirePage);
|
| + void FrameDetached(blink::WebFrame*);
|
| void DidDispatchPingLoader(blink::WebLocalFrame*, const blink::WebURL&);
|
| void WillRequestResource(blink::WebLocalFrame*,
|
| const blink::WebCachedURLRequest&);
|
|
|