| Index: chrome/browser/extensions/extension_input_module_constants.h
|
| diff --git a/chrome/browser/extensions/extension_input_module_constants.h b/chrome/browser/extensions/extension_input_module_constants.h
|
| index de2fae3ca403cace8c5abc4702f28bba20627b18..2a0a7e1648e840bb4d2ed7b5408d2ae42df4cb80 100644
|
| --- a/chrome/browser/extensions/extension_input_module_constants.h
|
| +++ b/chrome/browser/extensions/extension_input_module_constants.h
|
| @@ -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.
|
|
|
| @@ -11,7 +11,6 @@
|
| namespace extension_input_module_constants {
|
|
|
| // Keys used in serializing input data & events.
|
| -extern const char kAltKeyKey[];
|
| extern const char kAnnotationKey[];
|
| extern const char kAuxiliaryTextKey[];
|
| extern const char kAuxiliaryTextVisibleKey[];
|
| @@ -20,13 +19,11 @@ extern const char kCandidateKey[];
|
| extern const char kCandidatesKey[];
|
| extern const char kCheckedKey[];
|
| extern const char kContextIdKey[];
|
| -extern const char kCtrlKeyKey[];
|
| extern const char kCursorKey[];
|
| extern const char kCursorVisibleKey[];
|
| extern const char kEnabledKey[];
|
| extern const char kEndKey[];
|
| extern const char kEngineIdKey[];
|
| -extern const char kIconKey[];
|
| extern const char kIdKey[];
|
| extern const char kItemsKey[];
|
| extern const char kKeyKey[];
|
| @@ -37,8 +34,6 @@ extern const char kPropertiesKey[];
|
| extern const char kSegmentsKey[];
|
| extern const char kSelectionEndKey[];
|
| extern const char kSelectionStartKey[];
|
| -extern const char kShiftKeyKey[];
|
| -extern const char kShortcutKey[];
|
| extern const char kStartKey[];
|
| extern const char kStyleDoubleUnderline[];
|
| extern const char kStyleKey[];
|
|
|