| Index: chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h
|
| diff --git a/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h b/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h
|
| index 5b54e2ceea5fade7cc5dfcb494d43d55f279268d..368a895537c822bdd92a271650c9ccf9a95d68e9 100644
|
| --- a/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h
|
| +++ b/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h
|
| @@ -29,6 +29,7 @@ namespace policy {
|
| class AffiliatedCloudPolicyInvalidator;
|
| class AffiliatedInvalidationServiceProvider;
|
| class AffiliatedRemoteCommandsInvalidator;
|
| +class BluetoothPolicyHandler;
|
| class ConsumerManagementService;
|
| class DeviceCloudPolicyInitializer;
|
| class DeviceLocalAccountPolicyService;
|
| @@ -173,6 +174,8 @@ class BrowserPolicyConnectorChromeOS
|
| std::unique_ptr<AffiliatedRemoteCommandsInvalidator>
|
| device_remote_commands_invalidator_;
|
|
|
| + std::unique_ptr<BluetoothPolicyHandler> bluetooth_policy_handler_;
|
| +
|
| // This policy provider is used on Chrome OS to feed user policy into the
|
| // global PolicyService instance. This works by installing the cloud policy
|
| // provider of the primary profile as the delegate of the ProxyPolicyProvider,
|
|
|