Index: chrome/browser/chromeos/login/signed_settings.h |
diff --git a/chrome/browser/chromeos/login/signed_settings.h b/chrome/browser/chromeos/login/signed_settings.h |
index 56e1623201a6e2687c88c94c0ca1133eabd70b91..3a04fc463a6fad7c7677742355fe439477346533 100644 |
--- a/chrome/browser/chromeos/login/signed_settings.h |
+++ b/chrome/browser/chromeos/login/signed_settings.h |
@@ -61,16 +61,6 @@ class SignedSettings : public base::RefCountedThreadSafe<SignedSettings>, |
SignedSettings(); |
virtual ~SignedSettings(); |
- // These are both "whitelist" operations, and only one instance of |
- // one type can be in flight at a time. |
- static SignedSettings* CreateCheckWhitelistOp( |
- const std::string& email, |
- SignedSettings::Delegate<bool>* d); |
- |
- static SignedSettings* CreateWhitelistOp(const std::string& email, |
- bool add_to_whitelist, |
- SignedSettings::Delegate<bool>* d); |
- |
// These are both "property" operations, and only one instance of |
// one type can be in flight at a time. |
static SignedSettings* CreateStorePropertyOp( |
@@ -91,8 +81,6 @@ class SignedSettings : public base::RefCountedThreadSafe<SignedSettings>, |
static SignedSettings* CreateRetrievePolicyOp( |
SignedSettings::Delegate<const em::PolicyFetchResponse&>* d); |
- static bool EnumerateWhitelist(std::vector<std::string>* whitelisted); |
- |
static ReturnCode MapKeyOpCode(OwnerManager::KeyOpCode code); |
virtual void Execute() = 0; |