Index: chrome/browser/chromeos/settings/device_settings_provider.h |
diff --git a/chrome/browser/chromeos/settings/device_settings_provider.h b/chrome/browser/chromeos/settings/device_settings_provider.h |
index 074e668ce0a413a67ddf733c92756975689e486b..b23e8733ef532f2a9c59afeb7027cb331242a62d 100644 |
--- a/chrome/browser/chromeos/settings/device_settings_provider.h |
+++ b/chrome/browser/chromeos/settings/device_settings_provider.h |
@@ -69,26 +69,6 @@ class DeviceSettingsProvider : public CrosSettingsProvider, |
// cache and is serialized once ownership is acquired. |
void SetInPolicy(); |
- // Decode the various groups of policies. |
- void DecodeLoginPolicies( |
- const enterprise_management::ChromeDeviceSettingsProto& policy, |
- PrefValueMap* new_values_cache) const; |
- void DecodeKioskPolicies( |
- const enterprise_management::ChromeDeviceSettingsProto& policy, |
- PrefValueMap* new_values_cache) const; |
- void DecodeNetworkPolicies( |
- const enterprise_management::ChromeDeviceSettingsProto& policy, |
- PrefValueMap* new_values_cache) const; |
- void DecodeAutoUpdatePolicies( |
- const enterprise_management::ChromeDeviceSettingsProto& policy, |
- PrefValueMap* new_values_cache) const; |
- void DecodeReportingPolicies( |
- const enterprise_management::ChromeDeviceSettingsProto& policy, |
- PrefValueMap* new_values_cache) const; |
- void DecodeGenericPolicies( |
- const enterprise_management::ChromeDeviceSettingsProto& policy, |
- PrefValueMap* new_values_cache) const; |
- |
// Parses the policy data and fills in |values_cache_|. |
void UpdateValuesCache( |
const enterprise_management::PolicyData& policy_data, |