Upstream version 6.35.121.0
[platform/framework/web/crosswalk.git] / src / components / signin / core / common / signin_pref_names.cc
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 #include "components/signin/core/common/signin_pref_names.h"
6
7 namespace prefs {
8
9 // String the identifies the last user that logged into sync and other
10 // google services. As opposed to kGoogleServicesUsername, this value is not
11 // cleared on signout, but while the user is signed in the two values will
12 // be the same.
13 const char kGoogleServicesLastUsername[] = "google.services.last_username";
14
15 // Obfuscated account ID that identifies the current user logged into sync and
16 // other google services.
17 const char kGoogleServicesUserAccountId[] = "google.services.user_account_id";
18
19 // String that identifies the current user logged into sync and other google
20 // services.
21 const char kGoogleServicesUsername[] = "google.services.username";
22
23 // Boolean which stores if the user is allowed to signin to chrome.
24 const char kSigninAllowed[] = "signin.allowed";
25
26 }  // namespace prefs