| Index: trunk/src/remoting/test/remote_desktop_browsertest.h
|
| ===================================================================
|
| --- trunk/src/remoting/test/remote_desktop_browsertest.h (revision 222198)
|
| +++ trunk/src/remoting/test/remote_desktop_browsertest.h (working copy)
|
| @@ -82,14 +82,14 @@
|
| void StartMe2Me();
|
|
|
| // Simulate a key event.
|
| - void SimulateKeyPressWithCode(ui::KeyboardCode keyCode, const char* code);
|
| + void SimulateKeyPress(ui::KeyboardCode key, int nativeKeyCode);
|
|
|
| - void SimulateKeyPressWithCode(ui::KeyboardCode keyCode,
|
| - const char* code,
|
| - bool control,
|
| - bool shift,
|
| - bool alt,
|
| - bool command);
|
| + void SimulateKeyPress(ui::KeyboardCode key,
|
| + int nativeKeyCode,
|
| + bool control,
|
| + bool shift,
|
| + bool alt,
|
| + bool command);
|
|
|
|
|
| /* */
|
|
|