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 5361b0f97d69388f7e54d1757be5d3eecb0f18db..912da82a015c3a1a4dc6d20e10927daf4b994bdf 100644 |
--- a/components/autofill/core/browser/test_autofill_client.cc |
+++ b/components/autofill/core/browser/test_autofill_client.cc |
@@ -89,4 +89,8 @@ void TestAutofillClient::DidFillOrPreviewField( |
void TestAutofillClient::OnFirstUserGestureObserved() { |
} |
+void TestAutofillClient::LinkClicked(const GURL& url, |
+ WindowOpenDisposition disposition) { |
+} |
+ |
} // namespace autofill |