blob: 56b5fea68186b21a6a3b7fb33c728b8cf027ca36 [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IOS_CHROME_BROWSER_SCREEN_TIME_FEATURES_H_
#define IOS_CHROME_BROWSER_SCREEN_TIME_FEATURES_H_
#include "base/feature_list.h"
// Feature flag to enable ScreenTime integration.
extern const base::Feature kScreenTimeIntegration;
// Returns true if ScreenTime integration is enabled.
bool IsScreenTimeIntegrationEnabled();
#endif // IOS_CHROME_BROWSER_SCREEN_TIME_FEATURES_H_