| 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 569a570c9861136b14b4de3e8655f5c4dfaf3fc4..6cce4ccb046fc99f4119513de6b8150c0ed13242 100644
|
| --- a/chrome/browser/ssl/ssl_browser_tests.cc
|
| +++ b/chrome/browser/ssl/ssl_browser_tests.cc
|
| @@ -560,6 +560,8 @@ 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.
|
| + // 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::RenderViewHostTester::IsRenderViewHostSwappedOut(
|
| tab->GetRenderViewHost()));
|
|
|