| Index: webkit/common/fileapi/file_system_util.h
|
| diff --git a/webkit/common/fileapi/file_system_util.h b/webkit/common/fileapi/file_system_util.h
|
| index 6e09d22c7c1e69c9283fa94bdeff798a5bdebf90..aed0800b9465ebf2b84dcc23970e9a6e936ee39c 100644
|
| --- a/webkit/common/fileapi/file_system_util.h
|
| +++ b/webkit/common/fileapi/file_system_util.h
|
| @@ -144,6 +144,12 @@ WEBKIT_STORAGE_EXPORT std::string GetIsolatedFileSystemRootURIString(
|
| const std::string& filesystem_id,
|
| const std::string& optional_root_name);
|
|
|
| +// Returns the root URI for an external filesystem for origin |origin_url|
|
| +// and |mount_name|.
|
| +WEBKIT_STORAGE_EXPORT std::string GetExternalFileSystemRootURIString(
|
| + const GURL& origin_url,
|
| + const std::string& mount_name);
|
| +
|
| } // namespace fileapi
|
|
|
| #endif // WEBKIT_COMMON_FILEAPI_FILE_SYSTEM_UTIL_H_
|
|
|