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

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

Issue 362613002: Implementation of SigninClient::GetSigninScopedDeviceId (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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 c92aeba9559fee8c74b92fcbd036d19df8260aa7..8668ab629781d5af3ce3d60fdb5d7bcadd0cfe5f 100644
--- a/components/signin/core/browser/signin_client.h
+++ b/components/signin/core/browser/signin_client.h
@@ -50,6 +50,10 @@ class SigninClient : public KeyedService {
// this device id.
virtual std::string GetSigninScopedDeviceId() = 0;
+ // Clears signin scoped device id. This happens when user signs out or about
+ // to sign in.
+ virtual void ClearSigninScopedDeviceId() = 0;
+
// Returns the URL request context information associated with the client.
virtual net::URLRequestContextGetter* GetURLRequestContext() = 0;

Powered by Google App Engine
This is Rietveld 408576698