summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_automation.h
diff options
context:
space:
mode:
authortedvessenes@gmail.com <tedvessenes@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-20 19:41:56 +0000
committertedvessenes@gmail.com <tedvessenes@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-20 19:41:56 +0000
commita0b900be2e35012f904a15ed278f31124c4b955e (patch)
tree5218149018d4d4db6640d8d6f05ac23edef3bd60 /chrome_frame/chrome_frame_automation.h
parent1e9db21babb70b7d861ad65a09d96ced486ab513 (diff)
downloadchromium_src-a0b900be2e35012f904a15ed278f31124c4b955e.zip
chromium_src-a0b900be2e35012f904a15ed278f31124c4b955e.tar.gz
chromium_src-a0b900be2e35012f904a15ed278f31124c4b955e.tar.bz2
Switch to TimeDelta interfaces in chrome automation test infrastructure.
This is a resubmit of a previously reverted commit: https://chromiumcodereview.appspot.com/10736064/ BUG=108171 Review URL: https://chromiumcodereview.appspot.com/10787010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147700 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame_automation.h')
-rw-r--r--chrome_frame/chrome_frame_automation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/chrome_frame_automation.h b/chrome_frame/chrome_frame_automation.h
index 26c9901..0c778b7 100644
--- a/chrome_frame/chrome_frame_automation.h
+++ b/chrome_frame/chrome_frame_automation.h
@@ -92,7 +92,7 @@ class ChromeFrameAutomationProxyImpl
friend class AutomationProxyCacheEntry;
ChromeFrameAutomationProxyImpl(AutomationProxyCacheEntry* entry,
std::string channel_id,
- int launch_timeout);
+ base::TimeDelta launch_timeout);
class CFMsgDispatcher;
class TabProxyNotificationMessageFilter;