Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(541)

Unified Diff: chrome/browser/chromeos/login/signed_settings.h

Issue 8163011: PART3: Removed whitelist special ops. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased on ToT where both previous parts are committed. Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « chrome/browser/chromeos/login/mock_signed_settings_helper.h ('k') | chrome/browser/chromeos/login/signed_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698