| Index: base/test/test_support_android.cc
|
| diff --git a/base/test/test_support_android.cc b/base/test/test_support_android.cc
|
| index 78d292f1e7dda9ecafafb4beeafae51b6e2248b9..259c59fa43d00d72fc727c470f3e2fe59272cf51 100644
|
| --- a/base/test/test_support_android.cc
|
| +++ b/base/test/test_support_android.cc
|
| @@ -144,14 +144,6 @@ bool GetTestProviderPath(int key, FilePath* result) {
|
| *result = FilePath(kAndroidTestTempDirectory);
|
| return true;
|
| }
|
| -#if !defined(ANDROID_APK_TEST_TARGET)
|
| - // When running as executable we need to use /data/local/tmp as the
|
| - // cache directory.
|
| - case base::DIR_CACHE: {
|
| - *result = FilePath(kAndroidTestTempDirectory);
|
| - return true;
|
| - }
|
| -#endif // !defined(ANDROID_APK_TEST_TARGET)
|
| case base::DIR_ANDROID_APP_DATA: {
|
| *result = FilePath(kAndroidTestTempDirectory);
|
| return true;
|
|
|