blob: 5789ab13e1b8872f82669e1f92834df41afcfed3 [file] [log] [blame]
// Copyright 2014 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_SIGNIN_CORE_COMMON_SIGNIN_PREF_NAMES_H_
#define COMPONENTS_SIGNIN_CORE_COMMON_SIGNIN_PREF_NAMES_H_
namespace prefs {
extern const char kAutologinEnabled[];
extern const char kGoogleServicesLastUsername[];
extern const char kGoogleServicesUserAccountId[];
extern const char kGoogleServicesUsername[];
extern const char kGoogleServicesUsernamePattern[];
extern const char kGoogleServicesSigninScopedDeviceId[];
extern const char kReverseAutologinEnabled[];
extern const char kReverseAutologinRejectedEmailList[];
extern const char kSignedInTime[];
extern const char kSigninAllowed[];
} // namespace prefs
#endif // COMPONENTS_SIGNIN_CORE_COMMON_SIGNIN_PREF_NAMES_H_