blob: 92c56be8f2fdf7970c5825d180853d2936a337d4 [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,
"WalletablePassDetection",
base::FEATURE_DISABLED_BY_DEFAULT);
} // namespace wallet