blob: 86876f1bac3ee6aefa5a1b6ed1f80cf418dd120f [file] [log] [blame]
// Copyright 2025 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/wallet/core/common/wallet_features.h"
namespace wallet {
// Controls whether to enable walletable pass detection on web pages.
BASE_FEATURE(kWalletablePassDetection, base::FEATURE_DISABLED_BY_DEFAULT);
} // namespace wallet