| Index: third_party/sqlite/BUILD.gn
|
| diff --git a/third_party/sqlite/BUILD.gn b/third_party/sqlite/BUILD.gn
|
| index 3ed3b3fd6d4f76b66e19bda7499f67fcb8a4e0fb..2f668b834bababd395553f4751f8d9043c4b24d7 100644
|
| --- a/third_party/sqlite/BUILD.gn
|
| +++ b/third_party/sqlite/BUILD.gn
|
| @@ -104,14 +104,6 @@ if (!use_system_sqlite) {
|
| defines += [ "SQLITE_API=__attribute__((visibility(\"default\")))" ]
|
| }
|
| }
|
| - if (is_chromeos) {
|
| - defines += [
|
| - # Despite obvious warnings about not using this flag in deployment, we
|
| - # are turning off sync in ChromeOS and relying on the underlying
|
| - # journaling filesystem to do error recovery properly. It's much faster.
|
| - "SQLITE_NO_SYNC",
|
| - ]
|
| - }
|
| if (is_posix) {
|
| defines += [
|
| # Allow xSleep() call on Unix to use usleep() rather than sleep(), so it
|
|
|