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

Unified Diff: chrome/browser/policy/device_management_backend.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/device_management_backend.h
===================================================================
--- chrome/browser/policy/device_management_backend.h (revision 98988)
+++ chrome/browser/policy/device_management_backend.h (working copy)
@@ -10,7 +10,6 @@
#include "base/basictypes.h"
#include "base/threading/non_thread_safe.h"
-#include "chrome/browser/policy/cloud_policy_data_store.h"
#include "chrome/browser/policy/proto/device_management_backend.pb.h"
namespace policy {
@@ -107,7 +106,6 @@
virtual void ProcessPolicyRequest(
const std::string& device_management_token,
const std::string& device_id,
- CloudPolicyDataStore::UserAffiliation user_affiliation,
const em::DevicePolicyRequest& request,
DevicePolicyResponseDelegate* delegate) = 0;
« no previous file with comments | « chrome/browser/policy/cloud_policy_data_store.cc ('k') | chrome/browser/policy/device_management_backend_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698