| Index: chrome/browser/extensions/extension_input_module_constants.cc
|
| diff --git a/chrome/browser/extensions/extension_input_module_constants.cc b/chrome/browser/extensions/extension_input_module_constants.cc
|
| index 88dc2063fa45c7d22e931a56b4abe88d718332cb..1953d852d3045fc410b6f6891c995a070b903e8e 100644
|
| --- a/chrome/browser/extensions/extension_input_module_constants.cc
|
| +++ b/chrome/browser/extensions/extension_input_module_constants.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 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.
|
|
|
| @@ -6,7 +6,6 @@
|
|
|
| namespace extension_input_module_constants {
|
|
|
| -const char kAltKeyKey[] = "altKey";
|
| const char kAnnotationKey[] = "annotation";
|
| const char kAuxiliaryTextKey[] = "auxiliaryText";
|
| const char kAuxiliaryTextVisibleKey[] = "auxiliaryTextVisible";
|
| @@ -15,13 +14,11 @@ const char kCandidateKey[] = "candidate";
|
| const char kCandidatesKey[] = "candidates";
|
| const char kCheckedKey[] = "checked";
|
| const char kContextIdKey[] = "contextID";
|
| -const char kCtrlKeyKey[] = "ctrlKey";
|
| const char kCursorKey[] = "cursor";
|
| const char kCursorVisibleKey[] = "cursorVisible";
|
| const char kEnabledKey[] = "enabled";
|
| const char kEndKey[] = "end";
|
| const char kEngineIdKey[] = "engineID";
|
| -const char kIconKey[] = "icon";
|
| const char kIdKey[] = "id";
|
| const char kItemsKey[] = "items";
|
| const char kKeyKey[] = "key";
|
| @@ -32,8 +29,6 @@ const char kPropertiesKey[] = "properties";
|
| const char kSegmentsKey[] = "segments";
|
| const char kSelectionEndKey[] = "selectionEnd";
|
| const char kSelectionStartKey[] = "selectionStart";
|
| -const char kShiftKeyKey[] = "shiftKey";
|
| -const char kShortcutKey[] = "shortcut";
|
| const char kStartKey[] = "start";
|
| const char kStyleDoubleUnderline[] = "doubleUnderline";
|
| const char kStyleKey[] = "style";
|
|
|