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

Unified Diff: chrome/browser/policy/browser_policy_connector.cc

Issue 113813003: Cleanup the policy code after the recent moves into the component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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/browser_policy_connector.cc
diff --git a/chrome/browser/policy/browser_policy_connector.cc b/chrome/browser/policy/browser_policy_connector.cc
index df4884744cada26829800075241cb0ced6b7d9b5..0a8cdcd217951d39d5d58863ab80c96c6ebf621f 100644
--- a/chrome/browser/policy/browser_policy_connector.cc
+++ b/chrome/browser/policy/browser_policy_connector.cc
@@ -26,7 +26,6 @@
#include "base/threading/sequenced_worker_pool.h"
#include "chrome/browser/browser_process.h"
#include "chrome/browser/policy/configuration_policy_handler_list_factory.h"
-#include "chrome/browser/policy/policy_transformations.h"
#include "chrome/common/chrome_paths.h"
#include "chrome/common/chrome_switches.h"
#include "chrome/common/chrome_version_info.h"
@@ -398,8 +397,7 @@ PolicyService* BrowserPolicyConnector::GetPolicyService() {
providers.push_back(&global_user_cloud_policy_provider_);
#endif
}
- policy_service_.reset(new PolicyServiceImpl(
- providers, base::Bind(&policy::FixDeprecatedPolicies)));
+ policy_service_.reset(new PolicyServiceImpl(providers));
}
return policy_service_.get();
}
« no previous file with comments | « chrome/browser/net/proxy_policy_handler_unittest.cc ('k') | chrome/browser/policy/configuration_policy_pref_store_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698