Victor Costan | 4c2f3e92 | 2018-08-21 04:47:59 | [diff] [blame] | 1 | // Copyright 2018 The Chromium Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
| 5 | #include "sql/sql_features.h" |
| 6 | |
| 7 | namespace sql { |
| 8 | |
| 9 | namespace features { |
| 10 | |
Shubham Aggarwal | be4f97ce | 2020-06-19 15:58:57 | [diff] [blame] | 11 | // Enable WAL mode for all SQLite databases. |
| 12 | const base::Feature kEnableWALModeByDefault{"EnableWALModeByDefault", |
| 13 | base::FEATURE_DISABLED_BY_DEFAULT}; |
| 14 | |
Victor Costan | 4c2f3e92 | 2018-08-21 04:47:59 | [diff] [blame] | 15 | } // namespace features |
| 16 | |
| 17 | } // namespace sql |