diff options
author | tedvessenes@gmail.com <tedvessenes@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-13 21:30:42 +0000 |
---|---|---|
committer | tedvessenes@gmail.com <tedvessenes@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-13 21:30:42 +0000 |
commit | 69557d3f564076a7708674d4b5d0d98b3978a6d9 (patch) | |
tree | fec3a77afaa2d1c8a863fc8f1e1f0996ed37e6a4 /chrome_frame/chrome_frame_automation.h | |
parent | d76daa7d21b13f714fab6386ad257c2692727f80 (diff) | |
download | chromium_src-69557d3f564076a7708674d4b5d0d98b3978a6d9.zip chromium_src-69557d3f564076a7708674d4b5d0d98b3978a6d9.tar.gz chromium_src-69557d3f564076a7708674d4b5d0d98b3978a6d9.tar.bz2 |
Switch to TimeDelta interfaces in chrome automation test infrastructure.
BUG=108171
Review URL: https://chromiumcodereview.appspot.com/10736064
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146656 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame_automation.h')
-rw-r--r-- | chrome_frame/chrome_frame_automation.h | 2 |
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; |