| Index: chrome/browser/profiles/profiles_state.h
|
| diff --git a/chrome/browser/profiles/profiles_state.h b/chrome/browser/profiles/profiles_state.h
|
| index 71bb26760cca745856dd24cd348fec85a23ea79b..1ea5c86ed18a052dcca8cb38e14e510d3c60f590 100644
|
| --- a/chrome/browser/profiles/profiles_state.h
|
| +++ b/chrome/browser/profiles/profiles_state.h
|
| @@ -73,9 +73,8 @@ void UpdateGaiaProfileInfoIfNeeded(Profile* profile);
|
| SigninErrorController* GetSigninErrorController(Profile* profile);
|
|
|
| // If the current active profile (given by prefs::kProfileLastUsed) is locked,
|
| -// changes the active profile to the Guest profile and returns it, otherwise
|
| -// returns NULL. This assumes that the Guest profile has been loaded.
|
| -Profile* SetActiveProfileToGuestIfLocked();
|
| +// changes the active profile to the Guest profile.
|
| +void SetActiveProfileToGuestIfLocked();
|
|
|
| } // namespace profiles
|
|
|
|
|