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 f67c1b1401ca0ea858e6d2ee6dd8d3ff1853b42f..a8ade371bf3ea1806b6934b59984a73d7100f9bb 100644 |
--- a/components/autofill/core/browser/test_autofill_driver.cc |
+++ b/components/autofill/core/browser/test_autofill_driver.cc |
@@ -68,4 +68,8 @@ void TestAutofillDriver::RendererShouldPreviewFieldWithValue( |
const base::string16& value) { |
} |
+void TestAutofillDriver::LinkClicked(const GURL& url, |
+ WindowOpenDisposition disposition) { |
+} |
+ |
} // namespace autofill |