Chromium Code Reviews| Index: base/test/test_support_android.cc |
| diff --git a/base/test/test_support_android.cc b/base/test/test_support_android.cc |
| index b67ecacfb6cde8026f94835f529a2aabb88bc37e..4ada5678053217dcbd01121e66fdbec71fd449fc 100644 |
| --- a/base/test/test_support_android.cc |
| +++ b/base/test/test_support_android.cc |
| @@ -140,9 +140,6 @@ scoped_ptr<base::MessagePump> CreateMessagePumpForUIStub() { |
| // Provides the test path for DIR_MODULE and DIR_ANDROID_APP_DATA. |
| bool GetTestProviderPath(int key, base::FilePath* result) { |
| switch (key) { |
| - case base::DIR_MODULE: { |
| - return base::android::GetExternalStorageDirectory(result); |
|
nyquist
2014/07/22 19:46:41
Did you look into the url fixer upper tests?
|
| - } |
| case base::DIR_ANDROID_APP_DATA: { |
| // For tests, app data is put in external storage. |
| return base::android::GetExternalStorageDirectory(result); |