| Index: content/test/content_test_launcher.cc
|
| diff --git a/content/test/content_test_launcher.cc b/content/test/content_test_launcher.cc
|
| index ddb0342b12f0c68d85ab6f7422f0a761b2445b2f..92234425ee3fed98aeec145307e44f0e9a108182 100644
|
| --- a/content/test/content_test_launcher.cc
|
| +++ b/content/test/content_test_launcher.cc
|
| @@ -80,14 +80,6 @@ class ContentBrowserTestSuite : public ContentTestSuiteBase {
|
| ContentTestSuiteBase::Initialize();
|
| }
|
|
|
| - virtual void Shutdown() OVERRIDE {
|
| - ContentTestSuiteBase::Shutdown();
|
| -
|
| -#if defined(OS_ANDROID)
|
| - ShutdownMojo();
|
| -#endif
|
| - }
|
| -
|
| #if defined(OS_ANDROID)
|
| scoped_ptr<ShellContentClient> content_client_;
|
| scoped_ptr<ShellContentBrowserClient> browser_content_client_;
|
|
|