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

Unified Diff: base/android/path_utils.h

Issue 10161032: Add PathUtilsTest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
« no previous file with comments | « no previous file | base/android/path_utils_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/path_utils.h
diff --git a/base/android/path_utils.h b/base/android/path_utils.h
index 8015ed9389152778524987c8da9c307eccd37d05..0d424b08a4f1992c55b4f4ebeed8c28ff3e9a83a 100644
--- a/base/android/path_utils.h
+++ b/base/android/path_utils.h
@@ -21,6 +21,9 @@ std::string GetDataDirectory();
// cache dir.
std::string GetCacheDirectory();
+// Returns the path to the public downloads directory.
+std::string GetDownloadsDirectory();
+
bool RegisterPathUtils(JNIEnv* env);
} // namespace android
« no previous file with comments | « no previous file | base/android/path_utils_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698