| 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 0075bb71e936b12863f263137f12ef9fab41b9c6..48722009d0a37b9060ba2fad6fac4b3189854f30 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
|
| @@ -1231,7 +1231,7 @@ IN_PROC_BROWSER_TEST_F(ChromeSecurityStateModelClientTestWithPasswordCcSwitch,
|
| 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();
|
| @@ -1304,7 +1304,7 @@ IN_PROC_BROWSER_TEST_F(ChromeSecurityStateModelClientTest, ConsoleMessage) {
|
| 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();
|
| @@ -1375,7 +1375,7 @@ IN_PROC_BROWSER_TEST_F(ChromeSecurityStateModelClientTestWithPasswordCcSwitch,
|
| 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
|
| @@ -1459,7 +1459,7 @@ IN_PROC_BROWSER_TEST_F(ChromeSecurityStateModelClientTestWithPasswordCcSwitch,
|
| 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
|
|
|