Index: chrome_frame/test/chrome_frame_test_utils.h |
=================================================================== |
--- chrome_frame/test/chrome_frame_test_utils.h (revision 30520) |
+++ chrome_frame/test/chrome_frame_test_utils.h (working copy) |
@@ -23,7 +23,8 @@ |
// Sends a virtual key such as VK_TAB, VK_RETURN or a character that has been |
// translated to a virtual key. |
-void SendVirtualKey(int16 key); |
+// The extended flag indicates if this is an extended key |
+void SendVirtualKey(int16 key, bool extended); |
// Translates a single char to a virtual key and calls SendVirtualKey. |
void SendChar(char c); |