| Index: chrome_frame/test/net/test_automation_provider.cc
 | 
| ===================================================================
 | 
| --- chrome_frame/test/net/test_automation_provider.cc	(revision 67218)
 | 
| +++ 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->ConnectToChannel(channel);
 | 
| +  automation->InitializeChannel(channel);
 | 
|    automation->SetExpectedTabCount(1);
 | 
|    return automation;
 | 
|  }
 | 
| 
 |