| Index: chrome/browser/chromeos/cros_settings_names.cc
|
| diff --git a/chrome/browser/chromeos/cros_settings_names.cc b/chrome/browser/chromeos/cros_settings_names.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..84fbf7e691a10d9472d800a69785826f3cb99974
|
| --- /dev/null
|
| +++ b/chrome/browser/chromeos/cros_settings_names.cc
|
| @@ -0,0 +1,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
|
|
|