| Index: chrome/browser/signin/chrome_signin_client.h
|
| diff --git a/chrome/browser/signin/chrome_signin_client.h b/chrome/browser/signin/chrome_signin_client.h
|
| index 72fd580d8b364075355781dc0f0c6aca9f3e3012..98d1021273238492bbcd91d0df09cae3f4304987 100644
|
| --- a/chrome/browser/signin/chrome_signin_client.h
|
| +++ b/chrome/browser/signin/chrome_signin_client.h
|
| @@ -48,6 +48,7 @@ class ChromeSigninClient : public SigninClient,
|
| virtual scoped_refptr<TokenWebData> GetDatabase() OVERRIDE;
|
| virtual bool CanRevokeCredentials() OVERRIDE;
|
| virtual std::string GetSigninScopedDeviceId() OVERRIDE;
|
| + virtual void ClearSigninScopedDeviceId() OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetURLRequestContext() OVERRIDE;
|
| virtual bool ShouldMergeSigninCredentialsIntoCookieJar() OVERRIDE;
|
|
|
|
|