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

Unified Diff: chrome/browser/chromeos/settings/device_settings_provider.h

Issue 502993003: DeviceSettingsProvider::Decode*() methods are moved out to the anonymous namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/settings/device_settings_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | chrome/browser/chromeos/settings/device_settings_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698