Movatterモバイル変換


[0]ホーム

URL:


Google Git
Sign in
chromium /chromium /src /refs/heads/main /. /sql /sql_features.h
blob: 55027c825068318e595d1d6271b1a086be5d4c79 [file] [log] [blame]
Avi Drissman69b874f2022-09-15 19:11:14[diff] [blame]1// Copyright 2018 The Chromium Authors
Victor Costan4c2f3e922018-08-21 04:47:59[diff] [blame]2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef SQL_SQL_FEATURES_H_
6#define SQL_SQL_FEATURES_H_
7
Victor Costane56cc682018-12-27 01:53:46[diff] [blame]8#include"base/component_export.h"
Victor Costan4c2f3e922018-08-21 04:47:59[diff] [blame]9#include"base/feature_list.h"
Victor Costan4c2f3e922018-08-21 04:47:59[diff] [blame]10
Austin Sullivan310048e2023-05-04 17:28:33[diff] [blame]11namespace sql::features{
Victor Costan4c2f3e922018-08-21 04:47:59[diff] [blame]12
Austin Sullivan310048e2023-05-04 17:28:33[diff] [blame]13// All features in alphabetical order, grouped by buildflag. The features should
14// be documented alongside the definition of their values in the .cc file.
Victor Costan4c2f3e922018-08-21 04:47:59[diff] [blame]15
Austin Sullivan310048e2023-05-04 17:28:33[diff] [blame]16// Alphabetical:
Etienne Bergerone7569b32025-04-25 20:16:00[diff] [blame]17COMPONENT_EXPORT(SQL) BASE_DECLARE_FEATURE(kSqlFixedMmapSize);
Etienne Bergeron799be5e12025-04-16 20:44:09[diff] [blame]18COMPONENT_EXPORT(SQL) BASE_DECLARE_FEATURE(kUnlockDatabaseOnClose);
Shubham Aggarwalbe4f97ce2020-06-19 15:58:57[diff] [blame]19
Austin Sullivan310048e2023-05-04 17:28:33[diff] [blame]20}// namespace sql::features
Victor Costan4c2f3e922018-08-21 04:47:59[diff] [blame]21
22#endif// SQL_SQL_FEATURES_H_

[8]ページ先頭

©2009-2025 Movatter.jp