| Index: chrome/browser/tab_contents/render_view_host_manager_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/render_view_host_manager_unittest.cc (revision 74394)
|
| +++ chrome/browser/tab_contents/render_view_host_manager_unittest.cc (working copy)
|
| @@ -275,6 +275,7 @@
|
| // still swap processes if ShouldSwapProcessesForNavigation is true.
|
| // Regression test for bug 46290.
|
| TEST_F(RenderViewHostManagerTest, NonDOMUIChromeURLs) {
|
| + BrowserThread thread(BrowserThread::UI, &message_loop_);
|
| SiteInstance* instance = SiteInstance::CreateSiteInstance(profile_.get());
|
| TestTabContents tab_contents(profile_.get(), instance);
|
| RenderViewHostManager manager(&tab_contents, &tab_contents);
|
|
|