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

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: Use callback_list in PolicyCertVerifier. Created 7 years, 2 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/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 6c039426c1275ac117f31e1a0f66554765968970..472b5675273bff4453c234b04ea56081aad40e25 100644
--- a/chrome/browser/policy/profile_policy_connector_stub.cc
+++ b/chrome/browser/policy/profile_policy_connector_stub.cc
@@ -8,12 +8,13 @@
namespace policy {
-ProfilePolicyConnector::ProfilePolicyConnector(Profile* profile) {}
+ProfilePolicyConnector::ProfilePolicyConnector() {}
ProfilePolicyConnector::~ProfilePolicyConnector() {}
void ProfilePolicyConnector::Init(
bool force_immediate_load,
+ Profile* profile,
Joao da Silva 2013/10/16 12:44:58 This should be CloudPolicyManager*. Submit to the
base::SequencedTaskRunner* sequenced_task_runner) {
policy_service_.reset(new PolicyServiceStub());
}

Powered by Google App Engine
This is Rietveld 408576698