summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/net
diff options
context:
space:
mode:
authortedvessenes@gmail.com <tedvessenes@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-23 01:40:01 +0000
committertedvessenes@gmail.com <tedvessenes@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-23 01:40:01 +0000
commitf2ad6f5420484a071b317f5ad68a7f8e409a525f (patch)
treef565e17e27ad39018c256cb53027b09b9a8e84c3 /chrome_frame/test/net
parent46a519fba6cefd6ca03a2643ded86bfe7d8f6d4d (diff)
downloadchromium_src-f2ad6f5420484a071b317f5ad68a7f8e409a525f.zip
chromium_src-f2ad6f5420484a071b317f5ad68a7f8e409a525f.tar.gz
chromium_src-f2ad6f5420484a071b317f5ad68a7f8e409a525f.tar.bz2
Update uses of TimeDelta in chrome_frame/*. Also update a bit of TimeDelta use in webkit npapi code.
Adding robertshield for his thoughts on this. R=ananta@chromium.org BUG=108171 Review URL: http://codereview.chromium.org/10019015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133395 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/test/net')
-rw-r--r--chrome_frame/test/net/fake_external_tab.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc
index aa2b516..619012c 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() {