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

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

Issue 24153012: Fix cyclic dependency between ProfilePolicyConnector and PrefService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed. Created 7 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/policy/profile_policy_connector_stub.cc
diff --git a/chrome/browser/policy/profile_policy_connector_stub.cc b/chrome/browser/policy/profile_policy_connector_stub.cc
index 24e0ca6cf11e3fe7859411d07cfbd67025923949..ac2362c31bb4b64a7e3b281e49ed2c6bbdc0f20e 100644
--- a/chrome/browser/policy/profile_policy_connector_stub.cc
+++ b/chrome/browser/policy/profile_policy_connector_stub.cc
@@ -8,7 +8,7 @@
namespace policy {
-ProfilePolicyConnector::ProfilePolicyConnector(Profile* profile) {}
+ProfilePolicyConnector::ProfilePolicyConnector() {}
ProfilePolicyConnector::~ProfilePolicyConnector() {}
@@ -24,8 +24,4 @@ void ProfilePolicyConnector::InitForTesting(scoped_ptr<PolicyService> service) {
void ProfilePolicyConnector::Shutdown() {}
-bool ProfilePolicyConnector::UsedPolicyCertificates() {
- return false;
-}
-
} // namespace policy

Powered by Google App Engine
This is Rietveld 408576698