| Index: components/signin/core/browser/test_signin_client.h
|
| diff --git a/components/signin/core/browser/test_signin_client.h b/components/signin/core/browser/test_signin_client.h
|
| index a05de236d73123b85bb040b0f7f4e510bbe9bbde..1b25d4d9d2437263902c501fd066306a6795a116 100644
|
| --- a/components/signin/core/browser/test_signin_client.h
|
| +++ b/components/signin/core/browser/test_signin_client.h
|
| @@ -88,10 +88,6 @@ class TestSigninClient : public SigninClient {
|
| }
|
|
|
| // SigninClient overrides:
|
| - void SetSigninProcess(int host_id) override;
|
| - void ClearSigninProcess() override;
|
| - bool IsSigninProcess(int host_id) const override;
|
| - bool HasSigninProcess() const override;
|
| bool IsFirstRun() const override;
|
| base::Time GetInstallDate() override;
|
| bool AreSigninCookiesAllowed() override;
|
| @@ -107,7 +103,6 @@ class TestSigninClient : public SigninClient {
|
| base::ScopedTempDir temp_dir_;
|
| scoped_refptr<net::URLRequestContextGetter> request_context_;
|
| scoped_refptr<TokenWebData> database_;
|
| - int signin_host_id_;
|
| PrefService* pref_service_;
|
| bool are_signin_cookies_allowed_;
|
|
|
|
|