| Index: chrome_frame/test/test_mock_with_web_server.h
|
| ===================================================================
|
| --- chrome_frame/test/test_mock_with_web_server.h (revision 50265)
|
| +++ chrome_frame/test/test_mock_with_web_server.h (working copy)
|
| @@ -123,6 +123,11 @@
|
| EXPECT_EQ(actual_height, height);
|
| }
|
|
|
| +ACTION_P4(DelaySendChar, loop, delay, c, mod) {
|
| + loop->PostDelayedTask(FROM_HERE, NewRunnableFunction(
|
| + simulate_input::SendCharA, c, mod), delay);
|
| +}
|
| +
|
| } // namespace chrome_frame_test
|
|
|
| #endif // CHROME_FRAME_TEST_MOCK_WITH_WEB_SERVER_H_
|
|
|