| Index: chrome/browser/policy/browser_policy_connector.h
|
| diff --git a/chrome/browser/policy/browser_policy_connector.h b/chrome/browser/policy/browser_policy_connector.h
|
| index 50d4462ff6751d1d0bcdeb4f4040395824be869f..4f2fcf605a3e48f3621b02ae7c6c77755d0eb7d8 100644
|
| --- a/chrome/browser/policy/browser_policy_connector.h
|
| +++ b/chrome/browser/policy/browser_policy_connector.h
|
| @@ -139,10 +139,9 @@ class BrowserPolicyConnector : public content::NotificationObserver {
|
| // Initializes the device cloud policy infrasturcture.
|
| void InitializeDevicePolicy();
|
|
|
| - // Activates the device cloud policy subsystem. This will be posted as a task
|
| - // from InitializeDevicePolicy since it needs to wait for the message loops to
|
| - // be running.
|
| - void InitializeDevicePolicySubsystem();
|
| + // Complete initialization once the message loops are running and the
|
| + // local_state is initialized.
|
| + void CompleteInitialization();
|
|
|
| static ConfigurationPolicyProvider* CreateManagedPlatformProvider();
|
| static ConfigurationPolicyProvider* CreateRecommendedPlatformProvider();
|
|
|