chromium/ios/chrome/browser/providers/raccoon/chromium_raccoon.mm

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#import "ios/public/provider/chrome/browser/raccoon/raccoon_api.h"

namespace ios {
namespace provider {

bool IsRaccoonEnabled() {
  return false;
}

}  // namespace provider
}  // namespace ios