| 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 933ef689b3f80fd0a5d7d523416c76f6a73155a1..5e2c384074928cf23f9d14b94524a6a9b36dc72a 100644
|
| --- a/components/autofill/core/browser/autofill_driver.h
|
| +++ b/components/autofill/core/browser/autofill_driver.h
|
| @@ -70,11 +70,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;
|
|
|
|
|