Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6271)

Unified Diff: content/test/content_test_launcher.cc

Issue 281353005: Mojo: nuke EnvironmentData (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698