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

Unified Diff: chrome/browser/policy/cloud_policy_data_store.h

Issue 7785032: Revert 98987 - Pass user_affiliation request parameter on user cloud policy requests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 months 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/policy/cloud_policy_data_store.h
===================================================================
--- chrome/browser/policy/cloud_policy_data_store.h (revision 98988)
+++ chrome/browser/policy/cloud_policy_data_store.h (working copy)
@@ -34,15 +34,6 @@
virtual void OnCredentialsChanged() = 0;
};
- // Describes the affilitation of a user w.r.t. the managed state of the
- // device.
- enum UserAffiliation {
- // User is on the same domain the device was registered with.
- USER_AFFILIATION_MANAGED,
- // No affiliation between device and user user.
- USER_AFFILIATION_NONE,
- };
-
~CloudPolicyDataStore();
// Create CloudPolicyData with constants initialized for fetching user
@@ -77,7 +68,6 @@
void set_device_id(const std::string& device_id);
void set_user_name(const std::string& user_name);
- void set_user_affiliation(UserAffiliation user_affiliation);
const std::string& device_id() const;
const std::string& device_token() const;
@@ -90,7 +80,6 @@
const std::string& policy_type() const;
bool token_cache_loaded() const;
const std::string& user_name() const;
- const UserAffiliation user_affiliation() const;
void AddObserver(Observer* observer);
void RemoveObserver(Observer* observer);
@@ -112,7 +101,6 @@
// Data necessary for constructing policy requests.
std::string device_token_;
- UserAffiliation user_affiliation_;
// Constants that won't change over the life-time of a cloud policy
// subsystem.
« no previous file with comments | « chrome/browser/policy/cloud_policy_controller_unittest.cc ('k') | chrome/browser/policy/cloud_policy_data_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698