| Index: components/test_runner/test_runner.h
|
| diff --git a/components/test_runner/test_runner.h b/components/test_runner/test_runner.h
|
| index 75fe1e151600cb35bb40fc7c7a5caf71a8bf01c6..5bc0f75616c1bb792d9aa4bfcefdddf736955d09 100644
|
| --- a/components/test_runner/test_runner.h
|
| +++ b/components/test_runner/test_runner.h
|
| @@ -12,6 +12,7 @@
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| +#include "components/test_runner/test_runner_export.h"
|
| #include "components/test_runner/web_task.h"
|
| #include "components/test_runner/web_test_runner.h"
|
| #include "v8/include/v8.h"
|
| @@ -65,6 +66,7 @@ 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;
|
| bool ShouldDumpBackForwardList() const override;
|
| @@ -105,7 +107,6 @@ class TestRunner : public WebTestRunner,
|
| bool shouldDumpStatusCallbacks() const;
|
| bool shouldDumpProgressFinishedCallback() const;
|
| bool shouldDumpSpellCheckCallbacks() const;
|
| - bool shouldStayOnPageAfterHandlingBeforeUnload() const;
|
| bool shouldWaitUntilExternalURLLoad() const;
|
| const std::set<std::string>* httpHeadersToClear() const;
|
| void setTopLoadingFrame(blink::WebFrame*, bool);
|
|
|