| Index: chrome/browser/ssl/chrome_security_state_model_client_browser_tests.cc
|
| diff --git a/chrome/browser/ssl/chrome_security_state_model_client_browser_tests.cc b/chrome/browser/ssl/chrome_security_state_model_client_browser_tests.cc
|
| index 19032113412e117a9f2506360a6fcd63ce93c759..f87bffe308e1aa33e951e04912dbbe1199571531 100644
|
| --- a/chrome/browser/ssl/chrome_security_state_model_client_browser_tests.cc
|
| +++ b/chrome/browser/ssl/chrome_security_state_model_client_browser_tests.cc
|
| @@ -1232,7 +1232,7 @@
|
| ASSERT_NO_FATAL_FAILURE(CheckForOneHttpWarningConsoleMessage(delegate));
|
| delegate->ClearConsoleMessages();
|
|
|
| - // Two subsequent triggers of VisibleSSLStateChanged -- one on the
|
| + // Two subsequent triggers of VisibleSecurityStateChanged -- one on the
|
| // same navigation and one on another navigation -- should only result
|
| // in one additional console message.
|
| contents->OnCreditCardInputShownOnHttp();
|
| @@ -1305,7 +1305,7 @@
|
| ASSERT_NO_FATAL_FAILURE(CheckForOneFutureHttpWarningConsoleMessage(delegate));
|
| delegate->ClearConsoleMessages();
|
|
|
| - // Two subsequent triggers of VisibleSSLStateChanged -- one on the
|
| + // Two subsequent triggers of VisibleSecurityStateChanged -- one on the
|
| // same navigation and one on another navigation -- should only result
|
| // in one additional console message.
|
| contents->OnCreditCardInputShownOnHttp();
|
| @@ -1376,7 +1376,7 @@
|
| ASSERT_NO_FATAL_FAILURE(CheckForOneHttpWarningConsoleMessage(delegate));
|
| delegate->ClearConsoleMessages();
|
|
|
| - // Navigate the subframe and trigger VisibleSSLStateChanged
|
| + // Navigate the subframe and trigger VisibleSecurityStateChanged
|
| // again. While the security level is still HTTP_SHOW_WARNING, an
|
| // additional console message should not be logged because there was
|
| // already a console message logged for the current main-frame
|
| @@ -1460,7 +1460,7 @@
|
| ASSERT_NO_FATAL_FAILURE(CheckForOneHttpWarningConsoleMessage(delegate));
|
| delegate->ClearConsoleMessages();
|
|
|
| - // Navigate with pushState and trigger VisibleSSLStateChanged
|
| + // Navigate with pushState and trigger VisibleSecurityStateChanged
|
| // again. While the security level is still HTTP_SHOW_WARNING, an
|
| // additional console message should not be logged because there was
|
| // already a console message logged for the current main-frame
|
|
|