| Index: components/test_runner/web_test_proxy.h
|
| diff --git a/components/test_runner/web_test_proxy.h b/components/test_runner/web_test_proxy.h
|
| index 3b8dccedc6183ae9600be03b8af9ad3f3ce6dfb0..3215097343462c66aec11530117bbd98e7f7e4bb 100644
|
| --- a/components/test_runner/web_test_proxy.h
|
| +++ b/components/test_runner/web_test_proxy.h
|
| @@ -202,6 +202,7 @@ class TEST_RUNNER_EXPORT WebTestProxyBase {
|
| const blink::WebURLError& error,
|
| blink::WebHistoryCommitType commit_type);
|
| void DidFinishLoad(blink::WebLocalFrame* frame);
|
| + void DidStopLoading(blink::WebLocalFrame*);
|
| void DidChangeLocationWithinPage(blink::WebLocalFrame* frame);
|
| void DidDetectXSS(const blink::WebURL& insecure_url,
|
| bool did_block_entire_page);
|
|
|