sql_features.h 482 B

123456789101112131415161718192021
  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. #ifndef SQL_SQL_FEATURES_H_
  5. #define SQL_SQL_FEATURES_H_
  6. #include "base/component_export.h"
  7. #include "base/feature_list.h"
  8. namespace sql {
  9. namespace features {
  10. COMPONENT_EXPORT(SQL) extern const base::Feature kEnableWALModeByDefault;
  11. } // namespace features
  12. } // namespace sql
  13. #endif // SQL_SQL_FEATURES_H_