Chromium Code Reviews| Index: chrome/browser/ssl/ssl_browser_tests.cc |
| diff --git a/chrome/browser/ssl/ssl_browser_tests.cc b/chrome/browser/ssl/ssl_browser_tests.cc |
| index 0f0c4656d414f90b1d0ac19b2d451207fa3b39ee..27a7bd723d70ea27cf7f5a994ba8791852b6fc80 100644 |
| --- a/chrome/browser/ssl/ssl_browser_tests.cc |
| +++ b/chrome/browser/ssl/ssl_browser_tests.cc |
| @@ -943,11 +943,7 @@ IN_PROC_BROWSER_TEST_F(SSLUITest, |
| // Wait until we hear the load failure, and make sure we haven't swapped out |
| // the previous page. Prevents regression of http://crbug.com/82667. |
|
Charlie Reis
2016/03/14 20:12:57
This comment is a bit stale. Also, maybe we can t
nasko
2016/03/14 21:32:29
Done.
|
| - // TODO(creis/nick): Move the swapped-out part of this test into content |
| - // and remove IsRenderViewHostSwappedOut from the public API. |
| load_failed_observer.Wait(); |
| - EXPECT_FALSE(content::RenderFrameHostTester::IsRenderFrameHostSwappedOut( |
| - tab->GetMainFrame())); |
| // We should be back at the original good page. |
| EXPECT_FALSE(browser()->tab_strip_model()->GetActiveWebContents()-> |