Index: webkit/plugins/ppapi/usb_key_code_conversion.cc |
=================================================================== |
--- webkit/plugins/ppapi/usb_key_code_conversion.cc (revision 124967) |
+++ webkit/plugins/ppapi/usb_key_code_conversion.cc (working copy) |
@@ -11,8 +11,8 @@ |
namespace webkit { |
namespace ppapi { |
-// TODO(garykac): Implement for Windows and Mac. |
-#if !defined(OS_LINUX) |
+// TODO(garykac): Implement for Mac. |
+#if !defined(OS_LINUX) && !defined(OS_WIN) |
uint32_t UsbKeyCodeForKeyboardEvent(const WebKeyboardEvent& key_event) { |
return 0; |