Index: chrome_frame/test/net/test_automation_provider.cc |
diff --git a/chrome_frame/test/net/test_automation_provider.cc b/chrome_frame/test/net/test_automation_provider.cc |
index 56251260d4984c4eded77cb77fd0f3e377f7a1c8..4b4d2a12992be9f83351cfabfafde26bab244523 100644 |
--- a/chrome_frame/test/net/test_automation_provider.cc |
+++ b/chrome_frame/test/net/test_automation_provider.cc |
@@ -119,7 +119,7 @@ TestAutomationProvider* TestAutomationProvider::NewAutomationProvider( |
Profile* p, const std::string& channel, |
TestAutomationProviderDelegate* delegate) { |
TestAutomationProvider* automation = new TestAutomationProvider(p, delegate); |
- automation->ConnectToChannel(channel); |
+ automation->InitializeChannel(channel); |
automation->SetExpectedTabCount(1); |
return automation; |
} |