| Index: chrome/browser/ui/passwords/manage_passwords_ui_controller.cc
|
| diff --git a/chrome/browser/ui/passwords/manage_passwords_ui_controller.cc b/chrome/browser/ui/passwords/manage_passwords_ui_controller.cc
|
| index e4600c67248e5cea342a328419c19af82350b3aa..cdddb4508fd15001020702d0457fc84fdb485fa0 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_ui_controller.cc
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_ui_controller.cc
|
| @@ -382,8 +382,8 @@ void ManagePasswordsUIController::NeverSavePasswordInternal() {
|
| void ManagePasswordsUIController::UpdateBubbleAndIconVisibility() {
|
| // If we're not on a "webby" URL (e.g. "chrome://sign-in"), we shouldn't
|
| // display either the bubble or the icon.
|
| - if (!BrowsingDataHelper::IsWebScheme(
|
| - web_contents()->GetLastCommittedURL().scheme())) {
|
| + if (!ChromePasswordManagerClient::CanShowBubbleOnURL(
|
| + web_contents()->GetLastCommittedURL())) {
|
| passwords_data_.OnInactive();
|
| }
|
|
|
|
|