| Index: chrome_frame/test/net/test_automation_provider.cc
|
| ===================================================================
|
| --- chrome_frame/test/net/test_automation_provider.cc (revision 66367)
|
| +++ chrome_frame/test/net/test_automation_provider.cc (working copy)
|
| @@ -119,7 +119,7 @@
|
| Profile* p, const std::string& channel,
|
| TestAutomationProviderDelegate* delegate) {
|
| TestAutomationProvider* automation = new TestAutomationProvider(p, delegate);
|
| - automation->InitializeChannel(channel);
|
| + automation->ConnectToChannel(channel);
|
| automation->SetExpectedTabCount(1);
|
| return automation;
|
| }
|
|
|