[M108 Migration][VD] Support set time and time zone offset
[platform/framework/web/chromium-efl.git] / base / features.h
1 // Copyright 2022 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 #ifndef BASE_FEATURES_H_
6 #define BASE_FEATURES_H_
7
8 #include "base/base_export.h"
9 #include "base/feature_list.h"
10
11 namespace base::features {
12
13 // All features in alphabetical order. The features should be documented
14 // alongside the definition of their values in the .cc file.
15
16 // Alphabetical:
17 BASE_EXPORT BASE_DECLARE_FEATURE(kOptimizeDataUrls);
18
19 }  // namespace base::features
20
21 #endif  // BASE_FEATURES_H_