| Index: third_party/sqlite/src/src/sqlite.h.in
|
| diff --git a/third_party/sqlite/src/src/sqlite.h.in b/third_party/sqlite/src/src/sqlite.h.in
|
| index 243835c3cae1f8852a6ff89942d169b9af91300a..333adfe359c76036aa0909b0b9fa028302ff029a 100644
|
| --- a/third_party/sqlite/src/src/sqlite.h.in
|
| +++ b/third_party/sqlite/src/src/sqlite.h.in
|
| @@ -7446,6 +7446,11 @@ int chromium_sqlite3_fill_in_unix_sqlite3_file(sqlite3_vfs* vfs,
|
| const char* fileName,
|
| int noLock);
|
| CHROMIUM_SQLITE_API
|
| +int chromium_sqlite3_get_reusable_file_handle(sqlite3_file* file,
|
| + const char* fileName,
|
| + int flags,
|
| + int* fd);
|
| +CHROMIUM_SQLITE_API
|
| void chromium_sqlite3_update_reusable_file_handle(sqlite3_file* file,
|
| int fd,
|
| int flags);
|
|
|