| 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 48e326d77b00639d758dc3bd0d71395357eb0ccb..baf044b155ac50df95568f56fca43699397ac5a9 100644
|
| --- a/chrome/browser/ssl/ssl_browser_tests.cc
|
| +++ b/chrome/browser/ssl/ssl_browser_tests.cc
|
| @@ -216,7 +216,7 @@ class SSLUITest : public InProcessBrowserTest {
|
|
|
| size_t GetConstrainedWindowCount() const {
|
| return ConstrainedWindowTabHelper::FromWebContents(
|
| - chrome::GetActiveWebContents(browser()))->constrained_window_count();
|
| + chrome::GetActiveWebContents(browser()))->dialog_count();
|
| }
|
|
|
| static bool GetFilePathWithHostAndPortReplacement(
|
|
|