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

Unified Diff: chrome_frame/test/net/fake_external_tab.cc

Issue 10019015: Update uses of TimeDelta in chrome_frame/*. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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
Index: chrome_frame/test/net/fake_external_tab.cc
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc
index 1fb0126b38e76a7924bcb9eaf6216c044007a503..22257f7db95bdb1cae5d70aa51bdf7d913037757 100644
--- a/chrome_frame/test/net/fake_external_tab.cc
+++ b/chrome_frame/test/net/fake_external_tab.cc
@@ -669,7 +669,7 @@ void CFUrlRequestUnittestRunner::TakeDownBrowser() {
FROM_HERE,
base::Bind(&CFUrlRequestUnittestRunner::OnIEShutdownFailure,
base::Unretained(this)),
- TestTimeouts::action_max_timeout_ms());
+ TestTimeouts::action_max_timeout());
}
void CFUrlRequestUnittestRunner::InitializeLogging() {
@@ -698,7 +698,7 @@ void CFUrlRequestUnittestRunner::StartInitializationTimeout() {
MessageLoop::current()->PostDelayedTask(
FROM_HERE,
timeout_closure_.callback(),
- TestTimeouts::action_max_timeout_ms());
+ TestTimeouts::action_max_timeout());
}
void CFUrlRequestUnittestRunner::OnInitializationTimeout() {

Powered by Google App Engine
This is Rietveld 408576698