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

Side by Side Diff: base/keyboard_codes_posix.h

Issue 3337006: Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « base/keyboard_codes.h ('k') | base/keyboard_codes_win.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 /* 5 /*
6 * Copyright (C) 2006 Michael Emmel mike.emmel@gmail.com. All rights reserved. 6 * Copyright (C) 2006 Michael Emmel mike.emmel@gmail.com. All rights reserved.
7 * Copyright (C) 2008, 2009 Google Inc. 7 * Copyright (C) 2008, 2009 Google Inc.
8 * 8 *
9 * Redistribution and use in source and binary forms, with or without 9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions 10 * modification, are permitted provided that the following conditions
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 VKEY_ZOOM = 0xFB, 201 VKEY_ZOOM = 0xFB,
202 VKEY_NONAME = 0xFC, 202 VKEY_NONAME = 0xFC,
203 VKEY_PA1 = 0xFD, 203 VKEY_PA1 = 0xFD,
204 VKEY_OEM_CLEAR = 0xFE, 204 VKEY_OEM_CLEAR = 0xFE,
205 VKEY_UNKNOWN = 0 205 VKEY_UNKNOWN = 0
206 } KeyboardCode; 206 } KeyboardCode;
207 207
208 } // namespace views 208 } // namespace views
209 209
210 #endif // BASE_KEYBOARD_CODES_POSIX_H_ 210 #endif // BASE_KEYBOARD_CODES_POSIX_H_
OLDNEW
« no previous file with comments | « base/keyboard_codes.h ('k') | base/keyboard_codes_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698