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

Unified Diff: components/signin/core/browser/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/signin_client.h
diff --git a/components/signin/core/browser/signin_client.h b/components/signin/core/browser/signin_client.h
index a3632a29e89b20fbfd97092221b186fdd59d3670..2cd080c153b722104974231d541c22ef3762b66b 100644
--- a/components/signin/core/browser/signin_client.h
+++ b/components/signin/core/browser/signin_client.h
@@ -94,11 +94,6 @@ class SigninClient : public KeyedService {
const std::string& username,
const std::string& password) {}
- virtual void SetSigninProcess(int host_id) = 0;
- virtual void ClearSigninProcess() = 0;
- virtual bool IsSigninProcess(int host_id) const = 0;
- virtual bool HasSigninProcess() const = 0;
-
virtual bool IsFirstRun() const = 0;
virtual base::Time GetInstallDate() = 0;

Powered by Google App Engine
This is Rietveld 408576698