blob: 3c038618a371cc3fcfeb92630bf044513388d8a1 [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.
#ifndef IOS_CHROME_BROWSER_DEFAULT_BROWSER_MODEL_FEATURES_H_
#define IOS_CHROME_BROWSER_DEFAULT_BROWSER_MODEL_FEATURES_H_
#import "base/feature_list.h"
// Feature to enable different text for the non-modal DB promo.
BASE_DECLARE_FEATURE(kTailoredNonModalDBPromo);
// Returns whether `kTailoredNonModalDBPromo` is enabled.
bool IsTailoredNonModalDBPromoEnabled();
// Feature to enable sharing default browser status with 1P apps.
BASE_DECLARE_FEATURE(kShareDefaultBrowserStatus);
// Returns whether `kShareDefaultBrowserStatus` is enabled.
bool IsShareDefaultBrowserStatusEnabled();
#endif // IOS_CHROME_BROWSER_DEFAULT_BROWSER_MODEL_FEATURES_H_