chromium/ios/chrome/test/earl_grey/test_switches.mm

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#import "ios/chrome/test/earl_grey/test_switches.h"

namespace test_switches {

// Uses the real SystemIdentityManager for EarlGrey tests.
const char kForceRealSystemIdentityManager[] =
    "force-real-system-identity-manager";

// Identities to add at startup.
const char kAddFakeIdentitiesAtStartup[] = "add-fake-identities";

// Sign in automatically at startup.
const char kSignInAtStartup[] = "sign-in-at-startup";

// Enables FakeTabGroupSyncService.
const char kEnableFakeTabGroupSyncService[] =
    "enable-fake-tab-group-sync-service";

// Status of the Google Family fetch API call for the user.
const char kFamilyStatus[] = "family-status";

// Enables the provided IPH.
const char kEnableIPH[] = "enable-iph";

}  // namespace test_switches