blob: 17ee90bded7d6e111889ade36f0a014a54011042 [file] [log] [blame]
// Copyright 2022 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_POLICY_MODEL_CLOUD_USER_POLICY_CONSTANTS_H_
#define IOS_CHROME_BROWSER_POLICY_MODEL_CLOUD_USER_POLICY_CONSTANTS_H_
#import "base/feature_list.h"
namespace policy {
// Show the User Policy notification at startup iff needed.
BASE_DECLARE_FEATURE(kShowUserPolicyNotificationAtStartupIfNeeded);
} // namespace policy
#endif // IOS_CHROME_BROWSER_POLICY_MODEL_CLOUD_USER_POLICY_CONSTANTS_H_