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

Unified Diff: chrome/browser/extensions/extension_input_module_constants.h

Issue 9230004: Remove API elements that are no longer in the IME API design document (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix copyright Created 8 years, 11 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 side-by-side diff with in-line comments
Download patch
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[];
« no previous file with comments | « chrome/browser/extensions/extension_input_ime_api.cc ('k') | chrome/browser/extensions/extension_input_module_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698