Chromium Code Reviews| 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..3c75316a6f3007af53615d2183a54e598a55f617 100644 |
| --- a/chrome/browser/chromeos/login/multi_profile_user_controller.h |
| +++ b/chrome/browser/chromeos/login/multi_profile_user_controller.h |
| @@ -44,7 +44,7 @@ class MultiProfileUserController { |
| void StartObserving(Profile* user_profile); |
| // Removes the cached value for the given user. |
|
pneubeck (no reviews)
2013/12/18 09:11:07
nit: s/value/values/
and the other comments in th
Joao da Silva
2013/12/18 09:40:13
Done.
|
| - void RemoveCachedValue(const std::string& user_email); |
| + void RemoveCachedValues(const std::string& user_email); |
| // Possible behavior values. |
| static const char kBehaviorUnrestricted[]; |