signin_pref_names.h revision 1320f92c476a1ad9d19dba2a48c72b75566198e9
1// Copyright 2014 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef COMPONENTS_SIGNIN_CORE_COMMON_SIGNIN_PREF_NAMES_H_
6#define COMPONENTS_SIGNIN_CORE_COMMON_SIGNIN_PREF_NAMES_H_
7
8namespace prefs {
9
10extern const char kAccountIdMigrationState[];
11extern const char kAutologinEnabled[];
12extern const char kGoogleServicesLastUsername[];
13extern const char kGoogleServicesUserAccountId[];
14extern const char kGoogleServicesUsername[];
15extern const char kGoogleServicesUsernamePattern[];
16extern const char kGoogleServicesSigninScopedDeviceId[];
17extern const char kReverseAutologinEnabled[];
18extern const char kReverseAutologinRejectedEmailList[];
19extern const char kSignedInTime[];
20extern const char kSigninAllowed[];
21
22}  // namespace prefs
23
24#endif  // COMPONENTS_SIGNIN_CORE_COMMON_SIGNIN_PREF_NAMES_H_
25