| Index: components/password_manager/core/browser/password_manager_driver.h
|
| diff --git a/components/password_manager/core/browser/password_manager_driver.h b/components/password_manager/core/browser/password_manager_driver.h
|
| index 9d5ca68a9449f698e481acc855fb65e9b4a9f5b1..5f7bd7a43d1980dade690f2dc89b98b1588a3447 100644
|
| --- a/components/password_manager/core/browser/password_manager_driver.h
|
| +++ b/components/password_manager/core/browser/password_manager_driver.h
|
| @@ -63,9 +63,6 @@ class PasswordManagerDriver {
|
| // Returns the PasswordAutofillManager associated with this instance.
|
| virtual PasswordAutofillManager* GetPasswordAutofillManager() = 0;
|
|
|
| - // Returns the AutofillManager associated with this instance.
|
| - virtual autofill::AutofillManager* GetAutofillManager() = 0;
|
| -
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(PasswordManagerDriver);
|
| };
|
|
|