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

Unified Diff: chrome_frame/test/test_with_web_server.cc

Issue 1589013: Switch renderer in Moniker patch... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 8 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
Index: chrome_frame/test/test_with_web_server.cc
===================================================================
--- chrome_frame/test/test_with_web_server.cc (revision 43957)
+++ chrome_frame/test/test_with_web_server.cc (working copy)
@@ -20,9 +20,9 @@
ProtocolPatchMethod patch_method =
static_cast<ProtocolPatchMethod>(
GetConfigInt(PATCH_METHOD_IBROWSER, kPatchProtocols));
- LOG_IF(ERROR, patch_method != PATCH_METHOD_IBROWSER_AND_MONIKER)
+ LOG_IF(ERROR, patch_method != PATCH_METHOD_MONIKER)
<< "Not running test. Moniker patch not enabled.";
- return patch_method == PATCH_METHOD_IBROWSER_AND_MONIKER;
+ return patch_method == PATCH_METHOD_MONIKER;
}
class ChromeFrameTestEnvironment: public testing::Environment {

Powered by Google App Engine
This is Rietveld 408576698