| Index: chrome/renderer/autofill/password_autofill_agent_browsertest.cc
|
| diff --git a/chrome/renderer/autofill/password_autofill_agent_browsertest.cc b/chrome/renderer/autofill/password_autofill_agent_browsertest.cc
|
| index ae056a5c87986841e2843733995f338fefd7281e..aa0e1b4a1e35da0a6121be14d0b17af644d9b273 100644
|
| --- a/chrome/renderer/autofill/password_autofill_agent_browsertest.cc
|
| +++ b/chrome/renderer/autofill/password_autofill_agent_browsertest.cc
|
| @@ -1299,13 +1299,6 @@ TEST_F(PasswordAutofillAgentTest, OnChangeLoggingState_Deactivated) {
|
| EXPECT_FALSE(fake_driver_.called_record_save_progress());
|
| }
|
|
|
| -// Test that the agent sends an IPC call to get the current activity state of
|
| -// password saving logging soon after construction.
|
| -TEST_F(PasswordAutofillAgentTest, SendsLoggingStateUpdatePingOnConstruction) {
|
| - base::RunLoop().RunUntilIdle();
|
| - EXPECT_TRUE(fake_driver_.called_agent_constructed());
|
| -}
|
| -
|
| // Tests that one user click on a username field is sufficient to bring up a
|
| // credential suggestion popup, and the user can autocomplete the password by
|
| // selecting the credential from the popup.
|
|
|