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

Unified Diff: chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h

Issue 1784333002: Add Device Policy Handler for Bluetooth, and allow disabling the Bluetooth adapter on Chrome OS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bartfab's nits Created 4 years, 8 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/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,

Powered by Google App Engine
This is Rietveld 408576698