[M108 Migration][VD] Support set time and time zone offset
[platform/framework/web/chromium-efl.git] / base / features.cc
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 #include "base/features.h"
6 #include "base/feature_list.h"
7
8 namespace base::features {
9
10 // Alphabetical:
11
12 // Optimizes parsing and loading of data: URLs.
13 BASE_FEATURE(kOptimizeDataUrls,
14              "OptimizeDataUrls",
15              FEATURE_DISABLED_BY_DEFAULT);
16
17 }  // namespace base::features