| Index: webkit/fileapi/syncable/syncable_file_system_util.h
|
| diff --git a/webkit/fileapi/syncable/syncable_file_system_util.h b/webkit/fileapi/syncable/syncable_file_system_util.h
|
| index 12d4db67ab92875594c56548053e75be98d6e49e..52f52cc8946ca79ef69d0fd7443bc346d9dbea53 100644
|
| --- a/webkit/fileapi/syncable/syncable_file_system_util.h
|
| +++ b/webkit/fileapi/syncable/syncable_file_system_util.h
|
| @@ -19,6 +19,8 @@ class LocalFileSystemOperation;
|
|
|
| namespace sync_file_system {
|
|
|
| +WEBKIT_STORAGE_EXPORT const char* GetFlagForSyncFileSystemDirectoryOperation();
|
| +
|
| // Registers a syncable filesystem with the given |service_name|.
|
| WEBKIT_STORAGE_EXPORT bool RegisterSyncableFileSystem(
|
| const std::string& service_name);
|
|
|