| Index: components/autofill/core/browser/test_autofill_client.cc
|
| diff --git a/components/autofill/core/browser/test_autofill_client.cc b/components/autofill/core/browser/test_autofill_client.cc
|
| index 3cebffa4078da37ba5b5edd7d6565f65d1cbdda9..0063e00cc7bbc99d621d7075cf4c790aa9f92cdb 100644
|
| --- a/components/autofill/core/browser/test_autofill_client.cc
|
| +++ b/components/autofill/core/browser/test_autofill_client.cc
|
| @@ -42,9 +42,6 @@ rappor::RapporService* TestAutofillClient::GetRapporService() {
|
| return rappor_service_.get();
|
| }
|
|
|
| -void TestAutofillClient::HideRequestAutocompleteDialog() {
|
| -}
|
| -
|
| void TestAutofillClient::ShowAutofillSettings() {
|
| }
|
|
|
| @@ -82,12 +79,6 @@ void TestAutofillClient::ScanCreditCard(
|
| const CreditCardScanCallback& callback) {
|
| }
|
|
|
| -void TestAutofillClient::ShowRequestAutocompleteDialog(
|
| - const FormData& form,
|
| - content::RenderFrameHost* rfh,
|
| - const ResultCallback& callback) {
|
| -}
|
| -
|
| void TestAutofillClient::ShowAutofillPopup(
|
| const gfx::RectF& element_bounds,
|
| base::i18n::TextDirection text_direction,
|
|
|