| 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 2ccf7cdda05116444070fe3016f452fab2849df0..ab7ea2f6444a175469afe0bb6c971bad9d502a0f 100644
|
| --- a/components/signin/core/browser/signin_client.h
|
| +++ b/components/signin/core/browser/signin_client.h
|
| @@ -87,6 +87,7 @@ class SigninClient : public KeyedService {
|
|
|
| // Called after Google signin has succeeded.
|
| virtual void OnSignedIn(const std::string& account_id,
|
| + const std::string& gaia_id,
|
| const std::string& username,
|
| const std::string& password) {}
|
|
|
|
|