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

Unified Diff: chrome_frame/test/test_with_web_server.cc

Issue 1147008: Also switching the default of the tests to default to the moniker patch.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/test_with_web_server.cc
===================================================================
--- chrome_frame/test/test_with_web_server.cc (revision 42250)
+++ chrome_frame/test/test_with_web_server.cc (working copy)
@@ -699,7 +699,7 @@
// registry config value is set to PATCH_METHOD_IBROWSER_AND_MONIKER.
ProtocolPatchMethod patch_method =
static_cast<ProtocolPatchMethod>(
- GetConfigInt(PATCH_METHOD_IBROWSER, kPatchProtocols));
+ GetConfigInt(PATCH_METHOD_IBROWSER_AND_MONIKER, kPatchProtocols));
if (patch_method != PATCH_METHOD_IBROWSER_AND_MONIKER) {
LOG(ERROR) << "Not running test. Moniker patch not enabled.";
return;
@@ -795,7 +795,7 @@
// registry config value is set to PATCH_METHOD_IBROWSER_AND_MONIKER.
ProtocolPatchMethod patch_method =
static_cast<ProtocolPatchMethod>(
- GetConfigInt(PATCH_METHOD_IBROWSER, kPatchProtocols));
+ GetConfigInt(PATCH_METHOD_IBROWSER_AND_MONIKER, kPatchProtocols));
if (patch_method != PATCH_METHOD_IBROWSER_AND_MONIKER) {
LOG(ERROR) << "Not running test. Moniker patch not enabled.";
return;
@@ -836,7 +836,7 @@
// registry config value is set to PATCH_METHOD_IBROWSER_AND_MONIKER.
ProtocolPatchMethod patch_method =
static_cast<ProtocolPatchMethod>(
- GetConfigInt(PATCH_METHOD_IBROWSER, kPatchProtocols));
+ GetConfigInt(PATCH_METHOD_IBROWSER_AND_MONIKER, kPatchProtocols));
if (patch_method != PATCH_METHOD_IBROWSER_AND_MONIKER) {
LOG(ERROR) << "Not running test. Moniker patch not enabled.";
return;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698