| 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 a9f2a86b33d822194e81da46e94e45f13e4e8919..013a9030d53ff6f07610d27582c5a942671fa3b0 100644
|
| --- a/components/autofill/core/browser/test_autofill_client.h
|
| +++ b/components/autofill/core/browser/test_autofill_client.h
|
| @@ -71,10 +71,6 @@ class TestAutofillClient : public AutofillClient {
|
| bool ShouldShowSigninPromo() override;
|
| void StartSigninFlow() override;
|
|
|
| - void set_is_context_secure(bool is_context_secure) {
|
| - is_context_secure_ = is_context_secure;
|
| - }
|
| -
|
| void SetPrefs(std::unique_ptr<PrefService> prefs) {
|
| prefs_ = std::move(prefs);
|
| }
|
| @@ -90,8 +86,6 @@ class TestAutofillClient : public AutofillClient {
|
| std::unique_ptr<FakeIdentityProvider> identity_provider_;
|
| std::unique_ptr<rappor::TestRapporService> rappor_service_;
|
|
|
| - bool is_context_secure_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(TestAutofillClient);
|
| };
|
|
|
|
|