Index: chrome/test/automation/automation_constants.h |
=================================================================== |
--- chrome/test/automation/automation_constants.h (revision 23591) |
+++ chrome/test/automation/automation_constants.h (working copy) |
@@ -25,20 +25,4 @@ |
AUTOMATION_MSG_NAVIGATION_AUTH_NEEDED, |
}; |
-#if !defined(OS_WIN) |
- |
-// WebKit defines a larger set of these in |
-// WebKit/WebCore/platform/KeyboardCodes.h but I don't think we want to include |
-// that from here, and besides we only care about a subset of those. |
-const int VK_TAB = 0x09; |
-const int VK_RETURN = 0x0D; |
-const int VK_ESCAPE = 0x1B; |
-const int VK_SPACE = 0x20; |
-const int VK_PRIOR = 0x21; |
-const int VK_NEXT = 0x22; |
-const int VK_UP = 0x26; |
-const int VK_DOWN = 0x28; |
- |
-#endif // !defined(OS_WIN) |
- |
#endif // CHROME_TEST_AUTOMATION_AUTOMATION_CONSTANTS_H_ |