blob: 987b821cf1b3720babb01043d41fc3e0da1e69e6 [file] [log] [blame]
// Copyright 2021 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_PUBLIC_PROVIDER_CHROME_BROWSER_SIGNIN_FAKE_CHROME_IDENTITY_SERVICE_CONSTANTS_H_
#define IOS_PUBLIC_PROVIDER_CHROME_BROWSER_SIGNIN_FAKE_CHROME_IDENTITY_SERVICE_CONSTANTS_H_
#import <Foundation/Foundation.h>
namespace ios {
// Email suffix used for managed accounts.
extern NSString* const kManagedIdentityEmailSuffix;
// Email suffix used for accounts subject to minor mode restrictions.
extern NSString* const kMinorModeIdentityEmailSuffix;
} // namespace ios
#endif // IOS_PUBLIC_PROVIDER_CHROME_BROWSER_SIGNIN_FAKE_CHROME_IDENTITY_SERVICE_CONSTANTS_H_