Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(712)

Unified Diff: components/signin/core/browser/test_signin_client.h

Issue 964553002: Remove support for special "sign in process" state. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ocl3
Patch Set: rebased Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « components/signin/core/browser/signin_manager.cc ('k') | components/signin/core/browser/test_signin_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698