[M108 Migration][HBBTV] Implement ewk_context_register_jsplugin_mime_types API
[platform/framework/web/chromium-efl.git] / sql / sql_features.cc
1 // Copyright 2018 The Chromium Authors
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
11 // Enable WAL mode for all SQLite databases.
12 BASE_FEATURE(kEnableWALModeByDefault,
13              "EnableWALModeByDefault",
14              base::FEATURE_DISABLED_BY_DEFAULT);
15
16 }  // namespace features
17
18 }  // namespace sql