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

Unified Diff: ui/base/keycodes/usb_keycode_map.h

Issue 10544106: Move usb_keycode_map.h into ui/base/keycodes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comment to OWNERS Created 8 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 | « ui/base/keycodes/OWNERS ('k') | ui/ui.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/keycodes/usb_keycode_map.h
diff --git a/remoting/host/usb_keycode_map.h b/ui/base/keycodes/usb_keycode_map.h
similarity index 98%
rename from remoting/host/usb_keycode_map.h
rename to ui/base/keycodes/usb_keycode_map.h
index 0f98b86814e7d70f678d0057562eec6e7b031ee1..a6ef7d0dd4ab020b731075623fc852c3846af4e3 100644
--- a/remoting/host/usb_keycode_map.h
+++ b/ui/base/keycodes/usb_keycode_map.h
@@ -2,12 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// This file (temporarily) lives in two places:
-// src/remoting/host/usb_keycode_map.h
-// src/webkit/plugins/ppapi/usb_keycode_map.h
-// Changes to this file must be made in both locations.
-// TODO(wez): Move file into shared location (crbug.com/122174).
-
// Data in this file was created by referencing:
// USB HID Usage Tables (v1.11) 27 June 2001
// HIToolbox/Events.h (Mac)
@@ -20,8 +14,8 @@ typedef struct {
// Contains one of the following:
// On Linux: XKB scancode
- // On Windows: Windows OEM scancode TODO(garykac)
- // On Mac: Mac keycode TODO(garykac)
+ // On Windows: Windows OEM scancode
+ // On Mac: Mac keycode
uint16_t native_keycode;
} usb_keymap;
« no previous file with comments | « ui/base/keycodes/OWNERS ('k') | ui/ui.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698