Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1430)

Unified Diff: chrome_frame/test/mock_ie_event_sink_test.h

Issue 10007043: Attempt to fix ChromeFrameTestWithWebServer tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added retry logic for WidgetModeIE_Version. Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome_frame/test/mock_ie_event_sink_test.h
diff --git a/chrome_frame/test/mock_ie_event_sink_test.h b/chrome_frame/test/mock_ie_event_sink_test.h
index 721a157792fd3c9d560dad19ea45337efdc6d66f..8770775de5a03aa82e8b75e5d931d7b18c131606 100644
--- a/chrome_frame/test/mock_ie_event_sink_test.h
+++ b/chrome_frame/test/mock_ie_event_sink_test.h
@@ -292,7 +292,8 @@ class MockIEEventSinkTest {
void LaunchIEAndNavigate(const std::wstring& url);
// Same as above but allows the timeout to be specified.
- void LaunchIENavigateAndLoop(const std::wstring& url, int timeout);
+ void LaunchIENavigateAndLoop(const std::wstring& url,
+ base::TimeDelta timeout);
// Returns the url for the test file given. |relative_path| should be
// relative to the test data directory.

Powered by Google App Engine
This is Rietveld 408576698