| Index: chrome_frame/test/test_with_web_server.h
|
| diff --git a/chrome_frame/test/test_with_web_server.h b/chrome_frame/test/test_with_web_server.h
|
| index 7202ca22bfb1f4fc3028523440ed32673cfb2a28..78c3166803214183875faae5986cab75888c3e2b 100644
|
| --- a/chrome_frame/test/test_with_web_server.h
|
| +++ b/chrome_frame/test/test_with_web_server.h
|
| @@ -152,7 +152,8 @@ class ChromeFrameTestWithWebServer : public testing::Test {
|
| enum BrowserKind { INVALID, IE, CHROME };
|
|
|
| bool LaunchBrowser(BrowserKind browser, const wchar_t* url);
|
| - bool WaitForTestToComplete(int milliseconds);
|
| + bool WaitForTestToComplete(base::TimeDelta duration);
|
| +
|
| // Waits for the page to notify us of the window.onload event firing.
|
| // Note that the milliseconds value is only approximate.
|
| bool WaitForOnLoad(int milliseconds);
|
|
|