| Index: chrome/browser/signin/signin_manager_base.h
|
| diff --git a/chrome/browser/signin/signin_manager_base.h b/chrome/browser/signin/signin_manager_base.h
|
| index 0ebd6907ff50249e7968bb8286f1396742015a75..1e59cb80361eaa6a4811e781dfe341a8c0909a0d 100644
|
| --- a/chrome/browser/signin/signin_manager_base.h
|
| +++ b/chrome/browser/signin/signin_manager_base.h
|
| @@ -66,7 +66,7 @@ class SigninManagerBase : public ProfileKeyedService {
|
| virtual ~SigninManagerBase();
|
|
|
| // If user was signed in, load tokens from DB if available.
|
| - virtual void Initialize(Profile* profile);
|
| + virtual void Initialize(Profile* profile, PrefService* local_state);
|
| bool IsInitialized() const;
|
|
|
| // Returns true if a signin to Chrome is allowed (by policy or pref).
|
|
|