Index: components/autofill/core/browser/test_autofill_driver.cc |
diff --git a/components/autofill/core/browser/test_autofill_driver.cc b/components/autofill/core/browser/test_autofill_driver.cc |
index 76bb9d59fc9434eea775c99dd5b39087421953fb..8db62f0c02946e9f3876fd03b2774af51f7a19a4 100644 |
--- a/components/autofill/core/browser/test_autofill_driver.cc |
+++ b/components/autofill/core/browser/test_autofill_driver.cc |
@@ -73,4 +73,8 @@ void TestAutofillDriver::RendererShouldPreviewFieldWithValue( |
const base::string16& value) { |
} |
+void TestAutofillDriver::LinkClicked(const GURL& url, |
+ WindowOpenDisposition disposition) { |
+} |
+ |
} // namespace autofill |