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 cd4ae1f393ee2a7f84c40c9e3adeed47282ef2ce..798f2fd94354539296fefbe50adfdc69989aae1e 100644 |
--- a/chrome/browser/chromeos/user_cros_settings_provider.h |
+++ b/chrome/browser/chromeos/user_cros_settings_provider.h |
@@ -41,9 +41,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); |