| Index: components/password_manager/core/browser/password_manager_client.h
|
| diff --git a/components/password_manager/core/browser/password_manager_client.h b/components/password_manager/core/browser/password_manager_client.h
|
| index 449d621a9eecab61191851b5095e0952a1ce3cb6..2c26a0f1254a322b3a47a312a6f34e5c8311dfec 100644
|
| --- a/components/password_manager/core/browser/password_manager_client.h
|
| +++ b/components/password_manager/core/browser/password_manager_client.h
|
| @@ -148,11 +148,6 @@ class PasswordManagerClient {
|
| // Returns true if last navigation page had HTTP error i.e 5XX or 4XX
|
| virtual bool WasLastNavigationHTTPError() const;
|
|
|
| - // Returns the authorization prompt policy to be used with the given form.
|
| - // Only relevant on OSX.
|
| - virtual PasswordStore::AuthorizationPromptPolicy GetAuthorizationPromptPolicy(
|
| - const autofill::PasswordForm& form);
|
| -
|
| // Returns whether any SSL certificate errors were encountered as a result of
|
| // the last page load.
|
| virtual bool DidLastPageLoadEncounterSSLErrors() const;
|
|
|