| 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 8b18758e7bfbe8bb44e226995180d67d6668afda..7ee415a572b58cef31501b37fc3f8402a978cef2 100644
|
| --- a/components/signin/core/browser/signin_client.h
|
| +++ b/components/signin/core/browser/signin_client.h
|
| @@ -55,9 +55,9 @@ 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;
|
| + // Clears all client preferences. This happens when user signs out or about to
|
| + // sign in.
|
| + virtual void ClearSigninClientPrefs() = 0;
|
|
|
| // Returns the URL request context information associated with the client.
|
| virtual net::URLRequestContextGetter* GetURLRequestContext() = 0;
|
|
|