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 2edb6444d354893bd672a1bc50897a14fb5d78a8..8a5d53211a497086ead1ecbc10723c64ec3eb3fc 100644 |
--- a/components/autofill/core/browser/test_autofill_client.cc |
+++ b/components/autofill/core/browser/test_autofill_client.cc |
@@ -104,4 +104,12 @@ void TestAutofillClient::LinkClicked(const GURL& url, |
WindowOpenDisposition disposition) { |
} |
+bool TestAutofillClient::IsContextSecure() { |
+ return is_context_secure_; |
+} |
+ |
+void TestAutofillClient::SetContextSecurity(bool is_context_secure) { |
+ is_context_secure_ = is_context_secure; |
+} |
+ |
} // namespace autofill |