summaryrefslogtreecommitdiff
path: root/chromium/base/features.cc
blob: 0c6292421b52e84a46e9f16e765abc3a7efcee88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "base/features.h"
#include "base/feature_list.h"

namespace base::features {

// Alphabetical:

// Optimizes parsing and loading of data: URLs.
BASE_FEATURE(kOptimizeDataUrls,
             "OptimizeDataUrls",
             FEATURE_DISABLED_BY_DEFAULT);

}  // namespace base::features