| Index: components/autofill/core/browser/autofill_driver.h
|
| diff --git a/components/autofill/core/browser/autofill_driver.h b/components/autofill/core/browser/autofill_driver.h
|
| index e9981706c8ab9b6b35ca0a32b8ef009f726fd866..00a2fae4f8366225eaa9f11fe4ebb562c8029c9a 100644
|
| --- a/components/autofill/core/browser/autofill_driver.h
|
| +++ b/components/autofill/core/browser/autofill_driver.h
|
| @@ -68,11 +68,6 @@ class AutofillDriver {
|
| virtual void RendererShouldAcceptDataListSuggestion(
|
| const base::string16& value) = 0;
|
|
|
| - // Tells the renderer to accept the password autofill suggestion for
|
| - // |username|.
|
| - virtual void RendererShouldAcceptPasswordAutofillSuggestion(
|
| - const base::string16& username) = 0;
|
| -
|
| // Tells the renderer to clear the currently filled Autofill results.
|
| virtual void RendererShouldClearFilledForm() = 0;
|
|
|
|
|