blob: a25ed3a51b4aa0b64e181c69762f9d82f8980092 [file] [log] [blame]
// Copyright 2022 The Chromium Authors. All rights reserved.
// 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