| 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
|
|
|