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

Unified Diff: chrome_frame/test/chrome_frame_unittests.cc

Issue 339076: The newly added AboutChromeFrame test for IE full tab mode was failing on the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 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
« no previous file with comments | « chrome_frame/test/chrome_frame_test_utils.cc ('k') | chrome_frame/test/net/dialog_watchdog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/chrome_frame_unittests.cc
===================================================================
--- chrome_frame/test/chrome_frame_unittests.cc (revision 30520)
+++ chrome_frame/test/chrome_frame_unittests.cc (working copy)
@@ -1310,12 +1310,6 @@
return S_FALSE;
}
- IEVersion ie_version = GetIEVersion();
- if (ie_version == IE_8) {
- DLOG(INFO) << __FUNCTION__ << " Not running test on IE8";
- return S_FALSE;
- }
-
EXPECT_TRUE(S_OK == LaunchIEAsComServer(web_browser2_.Receive()));
web_browser2_->put_Visible(VARIANT_TRUE);
« no previous file with comments | « chrome_frame/test/chrome_frame_test_utils.cc ('k') | chrome_frame/test/net/dialog_watchdog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698