| Index: components/test_runner/test_runner.h
|
| diff --git a/components/test_runner/test_runner.h b/components/test_runner/test_runner.h
|
| index a219ddb6d2ced7ffae85eb6f4fe5372e3dfc3186..b671cee215287d1b1665da684844b895d6bed672 100644
|
| --- a/components/test_runner/test_runner.h
|
| +++ b/components/test_runner/test_runner.h
|
| @@ -70,7 +70,6 @@ class TestRunner : public WebTestRunner,
|
|
|
| // WebTestRunner implementation.
|
| bool ShouldGeneratePixelResults() override;
|
| - bool ShouldStayOnPageAfterHandlingBeforeUnload() const override;
|
| bool ShouldDumpAsAudio() const override;
|
| void GetAudioData(std::vector<unsigned char>* buffer_view) const override;
|
| const LayoutDumpFlags& GetLayoutDumpFlags() override;
|
| @@ -81,6 +80,7 @@ class TestRunner : public WebTestRunner,
|
| blink::WebContentSettingsClient* GetWebContentSettings() const override;
|
|
|
| // Methods used by WebTestProxyBase.
|
| + bool shouldStayOnPageAfterHandlingBeforeUnload() const;
|
| bool shouldDumpSelectionRect() const;
|
| bool isPrinting() const;
|
| bool shouldDumpAsTextWithPixelResults();
|
|
|