chromium/url/url_features.cc

// 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 "url/url_features.h"
#include "base/feature_list.h"

namespace url {

BASE_FEATURE();

// Kill switch for crbug.com/1362507.
BASE_FEATURE();

// Kill switch for crbug.com/1416006.
BASE_FEATURE();

bool IsUsingIDNA2008NonTransitional() {}

bool IsUsingStandardCompliantNonSpecialSchemeURLParsing() {}

bool IsRecordingIDNA2008Metrics() {}

}  // namespace url