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

Unified Diff: chrome_frame/test/test_mock_with_web_server.cc

Issue 2620001: A new way of hooking internet protocols. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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/protocol_sink_wrap.cc ('k') | chrome_frame/test/test_with_web_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « chrome_frame/protocol_sink_wrap.cc ('k') | chrome_frame/test/test_with_web_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698