cros_settings_names.cc revision c407dc5cd9bdc5668497f21b26b09d988ab439de
1// Copyright (c) 2010 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 "chrome/browser/chromeos/cros_settings_names.h"
6
7namespace chromeos {
8
9const wchar_t kCrosSettingsPrefix[]     = L"cros.";
10
11const wchar_t kAccountsPrefAllowBWSI[]  = L"cros.accounts.allowBWSI";
12const wchar_t kAccountsPrefAllowGuest[] = L"cros.accounts.allowGuest";
13const wchar_t kAccountsPrefUsers[]      = L"cros.accounts.users";
14
15}  // namespace chromeos
16