| Index: components/autofill/core/browser/test_autofill_client.h
|
| diff --git a/components/autofill/core/browser/test_autofill_client.h b/components/autofill/core/browser/test_autofill_client.h
|
| index 6fc8153ce8b99e148ac6a5afa05825e7b2632bea..6ab6f845867888204195ec4f8068afac232f1961 100644
|
| --- a/components/autofill/core/browser/test_autofill_client.h
|
| +++ b/components/autofill/core/browser/test_autofill_client.h
|
| @@ -43,12 +43,12 @@ class TestAutofillClient : public AutofillClient {
|
| const std::vector<base::string16>& labels) override;
|
| void HideAutofillPopup() override;
|
| bool IsAutocompleteEnabled() override;
|
| -
|
| void DetectAccountCreationForms(
|
| + content::RenderFrameHost* rfh,
|
| const std::vector<autofill::FormStructure*>& forms) override;
|
| -
|
| void DidFillOrPreviewField(const base::string16& autofilled_value,
|
| const base::string16& profile_full_name) override;
|
| + void OnFirstUserGestureObserved() override;
|
|
|
| void SetPrefs(scoped_ptr<PrefService> prefs) { prefs_ = prefs.Pass(); }
|
|
|
|
|