| Index: base/android/path_utils.h
|
| diff --git a/base/android/path_utils.h b/base/android/path_utils.h
|
| index 4c9cc18a747e986e6897e38b1e719d9492b17191..29c94d6bad1859726895619f529e641e3181315d 100644
|
| --- a/base/android/path_utils.h
|
| +++ b/base/android/path_utils.h
|
| @@ -28,6 +28,9 @@ std::string GetDownloadsDirectory();
|
| // ApplicationInfo.nativeLibraryDir on the Java side.
|
| std::string GetNativeLibraryDirectory();
|
|
|
| +// Returns the absolute path to the external storage directory.
|
| +std::string GetExternalStorageDirectory();
|
| +
|
| bool RegisterPathUtils(JNIEnv* env);
|
|
|
| } // namespace android
|
|
|