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

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

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.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";
« no previous file with comments | « chrome/browser/extensions/extension_input_module_constants.h ('k') | chrome/common/extensions/api/experimental.input.ime.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698