| Index: ui/chromeos/pref_names.h
|
| diff --git a/ui/chromeos/pref_names.h b/ui/chromeos/pref_names.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..638a52f3d53370664be80a0a821a67a43c642b45
|
| --- /dev/null
|
| +++ b/ui/chromeos/pref_names.h
|
| @@ -0,0 +1,24 @@
|
| +// Copyright 2017 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.
|
| +
|
| +// Constants for the names of various preferences, for easier changing.
|
| +
|
| +#ifndef UI_CHROMEOS_PREF_NAMES_H_
|
| +#define UI_CHROMEOS_PREF_NAMES_H_
|
| +
|
| +#include "ui/chromeos/ui_chromeos_export.h"
|
| +
|
| +namespace prefs {
|
| +
|
| +UI_CHROMEOS_EXPORT extern const char kLanguageRemapCapsLockKeyTo[];
|
| +UI_CHROMEOS_EXPORT extern const char kLanguageRemapSearchKeyTo[];
|
| +UI_CHROMEOS_EXPORT extern const char kLanguageRemapControlKeyTo[];
|
| +UI_CHROMEOS_EXPORT extern const char kLanguageRemapAltKeyTo[];
|
| +UI_CHROMEOS_EXPORT extern const char kLanguageRemapEscapeKeyTo[];
|
| +UI_CHROMEOS_EXPORT extern const char kLanguageRemapBackspaceKeyTo[];
|
| +UI_CHROMEOS_EXPORT extern const char kLanguageRemapDiamondKeyTo[];
|
| +
|
| +} // namespace prefs
|
| +
|
| +#endif // UI_CHROMEOS_PREF_NAMES_H_
|
|
|