| Index: chrome_frame/test/test_mock_with_web_server.cc
|
| ===================================================================
|
| --- chrome_frame/test/test_mock_with_web_server.cc (revision 50416)
|
| +++ chrome_frame/test/test_mock_with_web_server.cc (working copy)
|
| @@ -203,11 +203,6 @@
|
| &MockWebBrowserEventSink::SendMouseClick, x, y, button), delay);
|
| }
|
|
|
| -ACTION_P4(DelaySendChar, loop, delay, c, mod) {
|
| - loop->PostDelayedTask(FROM_HERE, NewRunnableFunction(
|
| - simulate_input::SendCharA, c, mod), delay);
|
| -}
|
| -
|
| ACTION_P3(DelaySendString, loop, delay, str) {
|
| loop->PostDelayedTask(FROM_HERE, NewRunnableFunction(
|
| simulate_input::SendStringW, str), delay);
|
|
|