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

Unified Diff: base/test/test_support_android.h

Issue 2494133002: Fix a data race in multiple unit tests processes. (Closed)
Patch Set: fix logger test Created 4 years, 1 month 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 | « base/test/test_suite.cc ('k') | base/test/test_support_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_support_android.h
diff --git a/base/test/test_support_android.h b/base/test/test_support_android.h
index f4d64b43ba9e1d845d664f030ffa38f5e979e3e2..4942e54611094d703e36093e3bf8df2e5129b9c8 100644
--- a/base/test/test_support_android.h
+++ b/base/test/test_support_android.h
@@ -20,9 +20,6 @@ BASE_EXPORT void InitAndroidTestPaths(const FilePath& test_data_dir);
// Init the message loop for tests on Android.
BASE_EXPORT void InitAndroidTestMessageLoop();
-// Do all of the initializations above.
-BASE_EXPORT void InitAndroidTest();
-
} // namespace base
#endif // BASE_TEST_TEST_SUPPORT_ANDROID_H_
« no previous file with comments | « base/test/test_suite.cc ('k') | base/test/test_support_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698