Index: chrome/test/pyautolib/pyautolib.cc |
diff --git a/chrome/test/pyautolib/pyautolib.cc b/chrome/test/pyautolib/pyautolib.cc |
index 3db59eb2682ff41d710a798d67b91eb94770dbc7..8a58e8ba35faa34f0fcb5ada166ba0bfe727f97f 100644 |
--- a/chrome/test/pyautolib/pyautolib.cc |
+++ b/chrome/test/pyautolib/pyautolib.cc |
@@ -69,7 +69,7 @@ void PyUITestBase::Initialize(const FilePath& browser_dir) { |
ProxyLauncher* PyUITestBase::CreateProxyLauncher() { |
if (named_channel_id_.empty()) |
return new AnonymousProxyLauncher(false); |
- return new NamedProxyLauncher(named_channel_id_, false, false); |
+ return new NamedProxyLauncher(named_channel_id_, false, true, false); |
} |
void PyUITestBase::SetUp() { |