Remove unused field from extension_sorting.cc
[chromium-blink-merge.git] / chrome / browser / extensions / extension_input_module_constants.cc
blob67fd3a71d55604dea615115d3c305c62c43e36e9
1 // Copyright (c) 2012 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.
5 #include "chrome/browser/extensions/extension_input_module_constants.h"
7 namespace extension_input_module_constants {
9 const char kAnnotationKey[] = "annotation";
10 const char kAuxiliaryTextKey[] = "auxiliaryText";
11 const char kAuxiliaryTextVisibleKey[] = "auxiliaryTextVisible";
12 const char kCandidateIdKey[] = "candidateID";
13 const char kCandidateKey[] = "candidate";
14 const char kCandidatesKey[] = "candidates";
15 const char kCheckedKey[] = "checked";
16 const char kContextIdKey[] = "contextID";
17 const char kCursorKey[] = "cursor";
18 const char kCursorVisibleKey[] = "cursorVisible";
19 const char kEnabledKey[] = "enabled";
20 const char kEndKey[] = "end";
21 const char kEngineIdKey[] = "engineID";
22 const char kIdKey[] = "id";
23 const char kItemsKey[] = "items";
24 const char kKeyKey[] = "key";
25 const char kLabelKey[] = "label";
26 const char kLengthKey[] = "length";
27 const char kOffsetKey[] = "offset";
28 const char kPageSizeKey[] = "pageSize";
29 const char kParentIdKey[] = "parentId";
30 const char kPropertiesKey[] = "properties";
31 const char kSegmentsKey[] = "segments";
32 const char kSelectionEndKey[] = "selectionEnd";
33 const char kSelectionStartKey[] = "selectionStart";
34 const char kStartKey[] = "start";
35 const char kStyleDoubleUnderline[] = "doubleUnderline";
36 const char kStyleKey[] = "style";
37 const char kStyleUnderline[] = "underline";
38 const char kTextKey[] = "text";
39 const char kUsageBodyKey[] = "body";
40 const char kUsageKey[] = "usage";
41 const char kUsageTitleKey[] = "title";
42 const char kVerticalKey[] = "vertical";
43 const char kVisibleKey[] = "visible";
44 const char kWindowPositionKey[] = "windowPosition";
46 } // namespace extension_input_module_constants