| Index: remoting/test/remote_desktop_browsertest.h
|
| diff --git a/remoting/test/remote_desktop_browsertest.h b/remoting/test/remote_desktop_browsertest.h
|
| index ab8cf86e408f4f36ffe64a894e18471d99e4ed4a..b30179dbbb0cdfce7737bac8a80334ddf343227a 100644
|
| --- a/remoting/test/remote_desktop_browsertest.h
|
| +++ b/remoting/test/remote_desktop_browsertest.h
|
| @@ -82,10 +82,10 @@ class RemoteDesktopBrowserTest : public ExtensionBrowserTest {
|
| void StartMe2Me();
|
|
|
| // Simulate a key event.
|
| - void SimulateKeyPress(ui::KeyboardCode key, int nativeKeyCode);
|
| + void SimulateKeyPress(ui::KeyboardCode key, const char* code);
|
|
|
| void SimulateKeyPress(ui::KeyboardCode key,
|
| - int nativeKeyCode,
|
| + const char* code,
|
| bool control,
|
| bool shift,
|
| bool alt,
|
|
|