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

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

Issue 10545033: Removed the PolicyDefinitionList from the ConfigurationPolicyProvider interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 6 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/proxy_policy_provider.cc
diff --git a/chrome/browser/policy/proxy_policy_provider.cc b/chrome/browser/policy/proxy_policy_provider.cc
index a019b08856af7396ab578415bc74c34e459242bd..d1db4c1d31eada99370f773bd9808b4ae44309ce 100644
--- a/chrome/browser/policy/proxy_policy_provider.cc
+++ b/chrome/browser/policy/proxy_policy_provider.cc
@@ -4,12 +4,9 @@
#include "chrome/browser/policy/proxy_policy_provider.h"
-#include "policy/policy_constants.h"
-
namespace policy {
-ProxyPolicyProvider::ProxyPolicyProvider()
- : ConfigurationPolicyProvider(GetChromePolicyDefinitionList()) {}
+ProxyPolicyProvider::ProxyPolicyProvider() {}
ProxyPolicyProvider::~ProxyPolicyProvider() {}
« no previous file with comments | « chrome/browser/policy/policy_loader_win_unittest.cc ('k') | chrome/browser/policy/user_cloud_policy_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698