| Index: chrome/browser/chromeos/login/multi_profile_user_controller.h
|
| diff --git a/chrome/browser/chromeos/login/multi_profile_user_controller.h b/chrome/browser/chromeos/login/multi_profile_user_controller.h
|
| index 0e86e7ef7febb7af7d3c71b9a3eda761c4225809..4c1a907de65f363abba83c806e004eec91d19ba2 100644
|
| --- a/chrome/browser/chromeos/login/multi_profile_user_controller.h
|
| +++ b/chrome/browser/chromeos/login/multi_profile_user_controller.h
|
| @@ -43,8 +43,8 @@ class MultiProfileUserController {
|
| // Starts to observe the multiprofile user behavior pref of the given profile.
|
| void StartObserving(Profile* user_profile);
|
|
|
| - // Removes the cached value for the given user.
|
| - void RemoveCachedValue(const std::string& user_email);
|
| + // Removes the cached values for the given user.
|
| + void RemoveCachedValues(const std::string& user_email);
|
|
|
| // Possible behavior values.
|
| static const char kBehaviorUnrestricted[];
|
|
|