| Index: content/public/test/browser_test_base.h
|
| diff --git a/content/public/test/browser_test_base.h b/content/public/test/browser_test_base.h
|
| index 414161ecdf7ea25f4fc82ce779803e66b8ed0b36..26f7c0700205871ac5cc29acbdf011ab945ad854 100644
|
| --- a/content/public/test/browser_test_base.h
|
| +++ b/content/public/test/browser_test_base.h
|
| @@ -45,6 +45,10 @@ class BrowserTestBase : public testing::Test {
|
| // RunTestOnMainThread().
|
| virtual void SetUpOnMainThread() {}
|
|
|
| + // Override this to add any custom teardown code that needs to be done on the
|
| + // main thread right after RunTestOnMainThread().
|
| + virtual void TearDownOnMainThread() {}
|
| +
|
| // Override this to add command line flags specific to your test.
|
| virtual void SetUpCommandLine(CommandLine* command_line) {}
|
|
|
|
|