| 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 3b73339cb8e191be25026d576badf498bb5a20c3..dbf50647fa7017b0f30d877249d38d3aadfed9aa 100644
|
| --- a/components/autofill/core/browser/test_autofill_client.cc
|
| +++ b/components/autofill/core/browser/test_autofill_client.cc
|
| @@ -65,6 +65,7 @@ bool TestAutofillClient::IsAutocompleteEnabled() {
|
| }
|
|
|
| void TestAutofillClient::DetectAccountCreationForms(
|
| + content::RenderFrameHost* rfh,
|
| const std::vector<autofill::FormStructure*>& forms) {
|
| }
|
|
|
| @@ -73,4 +74,7 @@ void TestAutofillClient::DidFillOrPreviewField(
|
| const base::string16& profile_full_name) {
|
| }
|
|
|
| +void TestAutofillClient::OnFirstUserGestureObserved() {
|
| +}
|
| +
|
| } // namespace autofill
|
|
|