| 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 435cad97074c2330f2d60eee06c5718219fc0328..97030ecd743d3f63764935952ed7fd897770cea2 100644
|
| --- a/chrome/browser/policy/browser_policy_connector.h
|
| +++ b/chrome/browser/policy/browser_policy_connector.h
|
| @@ -164,6 +164,12 @@ class BrowserPolicyConnector : public content::NotificationObserver {
|
| return device_management_service_.get();
|
| }
|
|
|
| +#if defined(OS_CHROMEOS)
|
| + DeviceCloudPolicyManagerChromeOS* GetDeviceCloudPolicyManager() {
|
| + return device_cloud_policy_manager_.get();
|
| + }
|
| +#endif
|
| +
|
| // Sets a |provider| that will be included in PolicyServices returned by
|
| // CreatePolicyService. This is a static method because local state is
|
| // created immediately after the connector, and tests don't have a chance to
|
|
|