Index: base/test/test_stub_android.cc |
diff --git a/base/test/test_stub_android.cc b/base/test/test_stub_android.cc |
index bcc241db581acf277d8339000bad3497fb681ab2..c806e22dd81574b1212a433b5598ca98a27c74f2 100644 |
--- a/base/test/test_stub_android.cc |
+++ b/base/test/test_stub_android.cc |
@@ -201,11 +201,4 @@ void MessagePumpForUI::ScheduleWork() {} |
void MessagePumpForUI::ScheduleDelayedWork(const TimeTicks& delayed_work_time) { |
} |
-// TODO(michaelbai): The below PathProviderAndroid was added because we |
-// excluded base_paths_android.cc which requires JNI to compile. Remove them |
-// when this file added. |
-bool PathProviderAndroid(int key, FilePath* result) { |
- return false; |
-} |
- |
} // namespace base |