| Index: content/test/content_test_launcher.cc
|
| diff --git a/content/test/content_test_launcher.cc b/content/test/content_test_launcher.cc
|
| index 64e91f8d28b61cdd46dbc24e2bd17563c731983f..85c0f4aa2a64a7085ef495bcc780545bca756c0f 100644
|
| --- a/content/test/content_test_launcher.cc
|
| +++ b/content/test/content_test_launcher.cc
|
| @@ -76,14 +76,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_;
|
|
|