diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-03 21:08:00 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-03 21:08:00 +0000 |
commit | 0cc270a99dcae7021c0ccbed22c376d157e579cb (patch) | |
tree | cad1bacfcb6a227157d1689959259922dcc43a7a /chrome_frame/test/chrome_frame_test_utils.h | |
parent | 44d76e1eeb3fb8ffb8e6b809c9535c3390662dc3 (diff) | |
download | chromium_src-0cc270a99dcae7021c0ccbed22c376d157e579cb.zip chromium_src-0cc270a99dcae7021c0ccbed22c376d157e579cb.tar.gz chromium_src-0cc270a99dcae7021c0ccbed22c376d157e579cb.tar.bz2 |
Fix ChromeFrame full tab refresh tests to get them to work more reliably. We now call Refresh
on the WebBrowser interface when we receive the OnLoad notification from Chrome.
Increased the timeout for the refresh tests to get them to work correctly on the slower CF
builders.
BUG=none
TEST=ChromeFrame tests.
Review URL: http://codereview.chromium.org/6410049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73666 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/test/chrome_frame_test_utils.h')
-rw-r--r-- | chrome_frame/test/chrome_frame_test_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome_frame/test/chrome_frame_test_utils.h b/chrome_frame/test/chrome_frame_test_utils.h index 3715f88f..8b45ba1 100644 --- a/chrome_frame/test/chrome_frame_test_utils.h +++ b/chrome_frame/test/chrome_frame_test_utils.h @@ -60,6 +60,7 @@ extern const wchar_t kSafariImageName[]; extern const char kChromeImageName[]; extern const wchar_t kChromeLauncher[]; extern const int kChromeFrameLongNavigationTimeoutInSeconds; +extern const int kChromeFrameVeryLongNavigationTimeoutInSeconds; // Temporarily impersonate the current thread to low integrity for the lifetime // of the object. Destructor will automatically revert integrity level. |