blob: 37885b63f4de0b167b254ed9b59b5c7e69c0f66f [file] [log] [blame]
Victor Costan4c2f3e922018-08-21 04:47:591// 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
7namespace sql {
8
9namespace features {
10
Shubham Aggarwalbe4f97ce2020-06-19 15:58:5711// Enable WAL mode for all SQLite databases.
12const base::Feature kEnableWALModeByDefault{"EnableWALModeByDefault",
13 base::FEATURE_DISABLED_BY_DEFAULT};
14
Victor Costan4c2f3e922018-08-21 04:47:5915} // namespace features
16
17} // namespace sql