blob: 84fbf7e691a10d9472d800a69785826f3cb99974 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Copyright (c) 2010 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.
#include "chrome/browser/chromeos/cros_settings_names.h"
namespace chromeos {
const wchar_t kCrosSettingsPrefix[] = L"cros.";
const wchar_t kAccountsPrefAllowBWSI[] = L"cros.accounts.allowBWSI";
const wchar_t kAccountsPrefAllowGuest[] = L"cros.accounts.allowGuest";
const wchar_t kAccountsPrefUsers[] = L"cros.accounts.users";
} // namespace chromeos
|