// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/shared_highlighting/core/common/shared_highlighting_features.h" #include "base/feature_list.h" #include "build/build_config.h" namespace shared_highlighting { #if BUILDFLAG(IS_IOS) BASE_FEATURE(kSharedHighlightingAmp, "SharedHighlightingAmp", base::FEATURE_DISABLED_BY_DEFAULT); #endif BASE_FEATURE(…); BASE_FEATURE(…); int GetPreemptiveLinkGenTimeoutLengthMs() { … } } // namespace shared_highlighting