blob: b6f629ba2f49b8d2474f5fae28b5e2263ee83d38 [file] [log] [blame]
// 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.
const base::Feature kOptimizeDataUrls{"OptimizeDataUrls",
FEATURE_DISABLED_BY_DEFAULT};
} // namespace base::features