Chromium Code Reviews| Index: chrome/test/automation/browser_proxy.cc |
| =================================================================== |
| --- chrome/test/automation/browser_proxy.cc (revision 14184) |
| +++ chrome/test/automation/browser_proxy.cc (working copy) |
| @@ -19,6 +19,7 @@ |
| using base::TimeDelta; |
| using base::TimeTicks; |
| + |
| bool BrowserProxy::ActivateTab(int tab_index) { |
| return ActivateTabWithTimeout(tab_index, base::kNoTimeout, NULL); |
| } |