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

Unified Diff: ui/base/events/key_identifier_conversion.h

Issue 16972006: Insert text directly from the virtual keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix include Created 7 years, 6 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
« no previous file with comments | « chrome/test/data/extensions/api_test/input/test.js ('k') | ui/base/events/key_identifier_conversion.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/events/key_identifier_conversion.h
diff --git a/ui/base/events/key_identifier_conversion.h b/ui/base/events/key_identifier_conversion.h
deleted file mode 100644
index 9e708ad2bd43aa8d7735cda63f76b68e303941ac..0000000000000000000000000000000000000000
--- a/ui/base/events/key_identifier_conversion.h
+++ /dev/null
@@ -1,25 +0,0 @@
-// Copyright (c) 2011 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.
-
-#ifndef UI_BASE_EVENTS_KEY_IDENTIFIER_CONVERSION_H_
-#define UI_BASE_EVENTS_KEY_IDENTIFIER_CONVERSION_H_
-
-#include <string>
-
-#include "ui/base/ui_export.h"
-
-namespace ui {
-
-class KeyEvent;
-
-// Convert a KeyIdentifer (see Section 6.3.3 here:
-// http://www.w3.org/TR/DOM-Level-3-Events/#keyset-keyidentifiers)
-// to a ui::KeyEvent.
-// This should only be called from the UI thread.
-UI_EXPORT const ui::KeyEvent& KeyEventFromKeyIdentifier(
- const std::string& key_identifier);
-
-} // namespace ui
-
-#endif // UI_BASE_EVENTS_KEY_IDENTIFIER_CONVERSION_H_
« no previous file with comments | « chrome/test/data/extensions/api_test/input/test.js ('k') | ui/base/events/key_identifier_conversion.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698