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

Unified Diff: chrome_frame/test/mock_ie_event_sink_test.h

Issue 10053004: Use TimeDelta for Chrome Frame test's TimedMsgLoop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « chrome_frame/test/infobar_unittests.cc ('k') | chrome_frame/test/mock_ie_event_sink_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome_frame/test/infobar_unittests.cc ('k') | chrome_frame/test/mock_ie_event_sink_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698