| Index: components/password_manager/content/browser/content_password_manager_driver.cc
|
| diff --git a/components/password_manager/content/browser/content_password_manager_driver.cc b/components/password_manager/content/browser/content_password_manager_driver.cc
|
| index 499dc191a10340316822298111befac43d9dc795..493384977d5f62767cf4b6ddfedf24b6246de217 100644
|
| --- a/components/password_manager/content/browser/content_password_manager_driver.cc
|
| +++ b/components/password_manager/content/browser/content_password_manager_driver.cc
|
| @@ -211,6 +211,13 @@ void ContentPasswordManagerDriver::PasswordFieldVisibleInInsecureContext() {
|
| MaybeNotifyPasswordInputShownOnHttp(render_frame_host_);
|
| }
|
|
|
| +void ContentPasswordManagerDriver::
|
| + AllPasswordFieldsInInsecureContextInvisible() {
|
| + // TODO(estark): if all frames in the frame tree have their password
|
| + // fields hidden, then notify the WebContents that there are no
|
| + // visible password fields left. https://crbug.com/658764
|
| +}
|
| +
|
| void ContentPasswordManagerDriver::DidNavigateFrame(
|
| const content::LoadCommittedDetails& details,
|
| const content::FrameNavigateParams& params) {
|
|
|