Index: chrome_frame/test/test_mock_with_web_server.cc |
=================================================================== |
--- chrome_frame/test/test_mock_with_web_server.cc (revision 48838) |
+++ chrome_frame/test/test_mock_with_web_server.cc (working copy) |
@@ -1286,8 +1286,8 @@ |
} |
TEST(IEPrivacy, NavigationToRestrictedSite) { |
- if (!MonikerPatchEnabled()) { |
- LOG(ERROR) << "Not running test. Moniker patch not enabled."; |
+ if (IsIBrowserServicePatchEnabled()) { |
+ LOG(ERROR) << "Not running test. IBrowserServicePatch is in place."; |
return; |
} |
CloseIeAtEndOfScope last_resort_close_ie; |
@@ -1341,8 +1341,8 @@ |
// See bug 36694 for details. http://crbug.com/36694 |
TEST_F(ChromeFrameTestWithWebServer, |
DISABLED_FullTabModeIE_TestDownloadFromForm) { |
- if (!MonikerPatchEnabled()) { |
- LOG(ERROR) << "Not running test. Moniker patch not enabled."; |
+ if (IsIBrowserServicePatchEnabled()) { |
+ LOG(ERROR) << "Not running test. IBrowserServicePatch is in place."; |
return; |
} |
@@ -1489,8 +1489,8 @@ |
// to ChromeFrame correctly. |
TEST_F(ChromeFrameTestWithWebServer, |
FLAKY_FullTabModeIE_AltD_AnchorUrlNavigate) { |
- if (!MonikerPatchEnabled()) { |
- LOG(ERROR) << "Not running test. Moniker patch not enabled."; |
+ if (IsIBrowserServicePatchEnabled()) { |
+ LOG(ERROR) << "Not running test. IBrowserServicePatch is in place."; |
return; |
} |