chromium/ios/chrome/browser/shared/public/features/features_utils.h

// 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.

#ifndef IOS_CHROME_BROWSER_SHARED_PUBLIC_FEATURES_FEATURES_UTILS_H_
#define IOS_CHROME_BROWSER_SHARED_PUBLIC_FEATURES_FEATURES_UTILS_H_

// Helper function to check if kkModernTabStrip or Raccoon provided as a
// provider API is enabled.
bool IsModernTabStripOrRaccoonEnabled();

#endif  // IOS_CHROME_BROWSER_SHARED_PUBLIC_FEATURES_FEATURES_UTILS_H_