| 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 23d2413d2126d6a69c7810d880140f9c20937274..0b1f279dfa587700bcaca54a0868c7df72195a5b 100644
|
| --- a/components/autofill/core/browser/test_autofill_client.cc
|
| +++ b/components/autofill/core/browser/test_autofill_client.cc
|
| @@ -101,10 +101,6 @@ void TestAutofillClient::DidFillOrPreviewField(
|
| void TestAutofillClient::OnFirstUserGestureObserved() {
|
| }
|
|
|
| -void TestAutofillClient::LinkClicked(const GURL& url,
|
| - WindowOpenDisposition disposition) {
|
| -}
|
| -
|
| bool TestAutofillClient::IsContextSecure(const GURL& form_origin) {
|
| return is_context_secure_;
|
| }
|
|
|