| 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 a4839620924e1aefab899dcf3d71db44a9a12610..43e6f05f1bb79dabd45b354f94171756d768472b 100644
|
| --- a/chrome/browser/chromeos/login/signed_settings.h
|
| +++ b/chrome/browser/chromeos/login/signed_settings.h
|
| @@ -64,16 +64,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(
|
| @@ -94,8 +84,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;
|
|
|