| Index: chrome/browser/chromeos/user_cros_settings_provider.h
|
| diff --git a/chrome/browser/chromeos/user_cros_settings_provider.h b/chrome/browser/chromeos/user_cros_settings_provider.h
|
| index 91d732493a8e5d3f4af4e29da3498d33df06d020..7157cbdd548d7b1c5933de41b7c2e6d89d9ae761 100644
|
| --- a/chrome/browser/chromeos/user_cros_settings_provider.h
|
| +++ b/chrome/browser/chromeos/user_cros_settings_provider.h
|
| @@ -42,9 +42,6 @@ class UserCrosSettingsProvider : public CrosSettingsProvider {
|
| const base::Closure& callback) const OVERRIDE;
|
| virtual bool HandlesSetting(const std::string& path) const OVERRIDE;
|
|
|
| - static void WhitelistUser(const std::string& email);
|
| - static void UnwhitelistUser(const std::string& email);
|
| -
|
| // Updates cached value of the owner.
|
| static void UpdateCachedOwner(const std::string& email);
|
|
|
|
|