root/components/signin/core/common/signin_pref_names.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


// 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 kReverseAutologinEnabled[];
extern const char kReverseAutologinRejectedEmailList[];
extern const char kSigninAllowed[];

}  // namespace prefs

#endif  // COMPONENTS_SIGNIN_CORE_COMMON_SIGNIN_PREF_NAMES_H_

/* [<][>][^][v][top][bottom][index][help] */