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

Side by Side Diff: chrome/browser/extensions/extension_input_module_constants.cc

Issue 11412268: Add usage display support for Extension IME. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comment Created 8 years 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/extensions/extension_input_module_constants.h" 5 #include "chrome/browser/extensions/extension_input_module_constants.h"
6 6
7 namespace extension_input_module_constants { 7 namespace extension_input_module_constants {
8 8
9 const char kAnnotationKey[] = "annotation"; 9 const char kAnnotationKey[] = "annotation";
10 const char kAuxiliaryTextKey[] = "auxiliaryText"; 10 const char kAuxiliaryTextKey[] = "auxiliaryText";
(...skipping 16 matching lines...) Expand all
27 const char kParentIdKey[] = "parentId"; 27 const char kParentIdKey[] = "parentId";
28 const char kPropertiesKey[] = "properties"; 28 const char kPropertiesKey[] = "properties";
29 const char kSegmentsKey[] = "segments"; 29 const char kSegmentsKey[] = "segments";
30 const char kSelectionEndKey[] = "selectionEnd"; 30 const char kSelectionEndKey[] = "selectionEnd";
31 const char kSelectionStartKey[] = "selectionStart"; 31 const char kSelectionStartKey[] = "selectionStart";
32 const char kStartKey[] = "start"; 32 const char kStartKey[] = "start";
33 const char kStyleDoubleUnderline[] = "doubleUnderline"; 33 const char kStyleDoubleUnderline[] = "doubleUnderline";
34 const char kStyleKey[] = "style"; 34 const char kStyleKey[] = "style";
35 const char kStyleUnderline[] = "underline"; 35 const char kStyleUnderline[] = "underline";
36 const char kTextKey[] = "text"; 36 const char kTextKey[] = "text";
37 const char kUsageBodyKey[] = "body";
38 const char kUsageKey[] = "usage";
39 const char kUsageTitleKey[] = "title";
37 const char kVerticalKey[] = "vertical"; 40 const char kVerticalKey[] = "vertical";
38 const char kVisibleKey[] = "visible"; 41 const char kVisibleKey[] = "visible";
39 42
40 } // namespace extension_input_module_constants 43 } // namespace extension_input_module_constants
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_input_module_constants.h ('k') | chrome/common/extensions/api/input_ime.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698