blob: c8d7ffb0c9a8f1a672de5f2e018f56b59259d4bb [file] [log] [blame]
// Copyright 2023 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/qr_code_generator/features.h"
#include "base/feature_list.h"
namespace qr_code_generator {
BASE_FEATURE(kRustyQrCodeGeneratorFeature,
"RustyQrCodeGenerator",
base::FEATURE_DISABLED_BY_DEFAULT);
} // namespace qr_code_generator