blob: 56736f5ef0cdce8fcac88c64e9b784b3a6a08684 [file] [log] [blame]
Avi Drissman69b874f2022-09-15 19:11:141// Copyright 2018 The Chromium Authors
Victor Costan4c2f3e922018-08-21 04:47:592// 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
7namespace sql {
8
9namespace features {
10
Shubham Aggarwalbe4f97ce2020-06-19 15:58:5711// Enable WAL mode for all SQLite databases.
Daniel Cheng4f45ff92022-09-28 00:47:3512BASE_FEATURE(kEnableWALModeByDefault,
13 "EnableWALModeByDefault",
14 base::FEATURE_DISABLED_BY_DEFAULT);
Shubham Aggarwalbe4f97ce2020-06-19 15:58:5715
Victor Costan4c2f3e922018-08-21 04:47:5916} // namespace features
17
18} // namespace sql