blob: e5ebc1cd305f34fbd9d7c6dadb47a60ebfe1caed [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 COMPONENTS_ACCOUNT_MANAGER_CORE_PREF_NAMES_H_
#define COMPONENTS_ACCOUNT_MANAGER_CORE_PREF_NAMES_H_
#include "base/component_export.h"
namespace account_manager {
namespace prefs {
COMPONENT_EXPORT(ACCOUNT_MANAGER_CORE)
extern const char kSecondaryGoogleAccountSigninAllowed[];
} // namespace prefs
} // namespace account_manager
#endif // COMPONENTS_ACCOUNT_MANAGER_CORE_PREF_NAMES_H_