| Index: content/public/test/test_launcher.h
|
| diff --git a/content/public/test/test_launcher.h b/content/public/test/test_launcher.h
|
| index 522c5fdfdaa90b6b7608aa35641cb4c0a1fabbaf..b58f9b75d78973ff3c38e424d1a1eac5dcca5675 100644
|
| --- a/content/public/test/test_launcher.h
|
| +++ b/content/public/test/test_launcher.h
|
| @@ -14,7 +14,6 @@
|
| namespace base {
|
| class CommandLine;
|
| class FilePath;
|
| -class RunLoop;
|
| }
|
|
|
| namespace content {
|
| @@ -47,8 +46,6 @@ class TestLauncherDelegate {
|
| virtual bool AdjustChildProcessCommandLine(
|
| base::CommandLine* command_line,
|
| const base::FilePath& temp_data_dir) = 0;
|
| - virtual void PreRunMessageLoop(base::RunLoop* run_loop) {}
|
| - virtual void PostRunMessageLoop() {}
|
| virtual ContentMainDelegate* CreateContentMainDelegate() = 0;
|
|
|
| // Called prior to running each test. The delegate may alter the CommandLine
|
|
|