Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(501)

Side by Side Diff: ui/chromeos/pref_names.h

Issue 2724913002: Move chromeos::EventRewriter to //ui/chromeos/events (Closed)
Patch Set: Fix build error Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 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 // Constants for the names of various preferences, for easier changing.
6
7 #ifndef UI_CHROMEOS_PREF_NAMES_H_
8 #define UI_CHROMEOS_PREF_NAMES_H_
9
10 #include "ui/chromeos/ui_chromeos_export.h"
11
12 namespace prefs {
13
14 UI_CHROMEOS_EXPORT extern const char kLanguageRemapCapsLockKeyTo[];
15 UI_CHROMEOS_EXPORT extern const char kLanguageRemapSearchKeyTo[];
16 UI_CHROMEOS_EXPORT extern const char kLanguageRemapControlKeyTo[];
17 UI_CHROMEOS_EXPORT extern const char kLanguageRemapAltKeyTo[];
18 UI_CHROMEOS_EXPORT extern const char kLanguageRemapEscapeKeyTo[];
19 UI_CHROMEOS_EXPORT extern const char kLanguageRemapBackspaceKeyTo[];
20 UI_CHROMEOS_EXPORT extern const char kLanguageRemapDiamondKeyTo[];
21
22 } // namespace prefs
23
24 #endif // UI_CHROMEOS_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698