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

Unified Diff: base/test/test_support_android.h

Issue 2043803003: 👔 Reland #2: Move side-loaded test data /sdcard -> /sdcard/gtestdata (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase atop https://codereview.chromium.org/2041723006 Created 4 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: base/test/test_support_android.h
diff --git a/base/test/test_support_android.h b/base/test/test_support_android.h
index 062785ede42607829a7305c913e10a708957fd08..f4d64b43ba9e1d845d664f030ffa38f5e979e3e2 100644
--- a/base/test/test_support_android.h
+++ b/base/test/test_support_android.h
@@ -9,11 +9,13 @@
namespace base {
+class FilePath;
+
// Init logging for tests on Android. Logs will be output into Android's logcat.
BASE_EXPORT void InitAndroidTestLogging();
// Init path providers for tests on Android.
-BASE_EXPORT void InitAndroidTestPaths();
+BASE_EXPORT void InitAndroidTestPaths(const FilePath& test_data_dir);
// Init the message loop for tests on Android.
BASE_EXPORT void InitAndroidTestMessageLoop();

Powered by Google App Engine
This is Rietveld 408576698