| Index: components/autofill/core/browser/test_autofill_client.h
|
| diff --git a/components/autofill/core/browser/test_autofill_client.h b/components/autofill/core/browser/test_autofill_client.h
|
| index a4a5cae04b41d45eaf5021f7df9cae5d6b4f225a..0cca2eff50cc760260b8360bb8d6947f84d687bc 100644
|
| --- a/components/autofill/core/browser/test_autofill_client.h
|
| +++ b/components/autofill/core/browser/test_autofill_client.h
|
| @@ -32,7 +32,6 @@ class TestAutofillClient : public AutofillClient {
|
| sync_driver::SyncService* GetSyncService() override;
|
| IdentityProvider* GetIdentityProvider() override;
|
| rappor::RapporService* GetRapporService() override;
|
| - void HideRequestAutocompleteDialog() override;
|
| void ShowAutofillSettings() override;
|
| void ShowUnmaskPrompt(const CreditCard& card,
|
| UnmaskCardReason reason,
|
| @@ -48,9 +47,6 @@ class TestAutofillClient : public AutofillClient {
|
| const base::Callback<void(const std::string&)>& callback) override;
|
| bool HasCreditCardScanFeature() override;
|
| void ScanCreditCard(const CreditCardScanCallback& callback) override;
|
| - void ShowRequestAutocompleteDialog(const FormData& form,
|
| - content::RenderFrameHost* rfh,
|
| - const ResultCallback& callback) override;
|
| void ShowAutofillPopup(
|
| const gfx::RectF& element_bounds,
|
| base::i18n::TextDirection text_direction,
|
|
|