blob: e13fc828445037641f0fef0625da354c8616b319 [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 CHROME_BROWSER_SYNC_TEST_INTEGRATION_SYNC_TEST_ACCOUNT_H_
#define CHROME_BROWSER_SYNC_TEST_INTEGRATION_SYNC_TEST_ACCOUNT_H_
// A fixed set of server-side accounts that can be used to sign into in
// SyncTest/SyncServiceImplHarness. In doubt, use `kDefaultAccount`.
enum class SyncTestAccount {
kConsumerAccount1,
kConsumerAccount2,
kEnterpriseAccount1,
kGoogleDotComAccount1,
kDefaultAccount = kConsumerAccount1
};
#endif // CHROME_BROWSER_SYNC_TEST_INTEGRATION_SYNC_TEST_ACCOUNT_H_