| Index: components/password_manager/content/browser/credential_manager_impl.h
|
| diff --git a/components/password_manager/content/browser/credential_manager_impl.h b/components/password_manager/content/browser/credential_manager_impl.h
|
| index 3b78c69d51f5103fbb0c3148ada4f856c56d6842..ac088f796b06cd56fcbaf92158e7dc9e30bd6ce4 100644
|
| --- a/components/password_manager/content/browser/credential_manager_impl.h
|
| +++ b/components/password_manager/content/browser/credential_manager_impl.h
|
| @@ -97,9 +97,6 @@ class CredentialManagerImpl
|
| const RequireUserMediationCallback& callback,
|
| const std::vector<std::string>& android_realms);
|
|
|
| - // Returns true iff it's OK to update credentials in the password store.
|
| - bool IsUpdatingCredentialAllowed() const;
|
| -
|
| PasswordManagerClient* client_;
|
| std::unique_ptr<CredentialManagerPasswordFormManager> form_manager_;
|
|
|
|
|