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

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: fix gn 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
« no previous file with comments | « content/app/mojo/mojo_init.cc ('k') | mojo/android/javatests/mojo_test_case.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « content/app/mojo/mojo_init.cc ('k') | mojo/android/javatests/mojo_test_case.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698