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

Unified Diff: base/test/test_stub_android.cc

Issue 9443018: Upstream Android's PathUtils implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased patch Created 8 years, 9 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_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
« base/base.gyp ('K') | « base/base.gypi ('k') | build/android/envsetup.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698