| 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 65a64ee1665235b69b0453a7670bdc8d8800720b..d5a4e307edadbf8c8dd1ee5fb4e4dc7893462926 100644
|
| --- a/chrome/browser/signin/chrome_signin_client.h
|
| +++ b/chrome/browser/signin/chrome_signin_client.h
|
| @@ -27,6 +27,8 @@ class ChromeSigninClient : public SigninClient, public KeyedService {
|
| virtual scoped_refptr<TokenWebData> GetDatabase() OVERRIDE;
|
| virtual bool CanRevokeCredentials() OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetURLRequestContext() OVERRIDE;
|
| + virtual void GoogleSigninSucceeded(const std::string& username,
|
| + const std::string& password) OVERRIDE;
|
|
|
| private:
|
| Profile* profile_;
|
|
|