Index: content/test/webkit_support.cc |
=================================================================== |
--- content/test/webkit_support.cc (revision 255375) |
+++ content/test/webkit_support.cc (working copy) |
@@ -111,7 +111,7 @@ |
url_util::Initialize(); |
test_environment = new TestEnvironment; |
webkit_glue::SetUserAgent(webkit_glue::BuildUserAgentFromProduct( |
- "DumpRenderTree/0.0.0.0"), false); |
+ "DumpRenderTree/0.0.0.0")); |
} |
void TearDownTestEnvironment() { |