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

Unified Diff: chrome/browser/policy/configuration_policy_handler_list_factory.cc

Issue 1843523002: ChromeOS: Add SystemTimezoneAutomaticDetection policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@596690--Implement-better-timezone-detection--refactoring-before-policy
Patch Set: Rebased. 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/policy/configuration_policy_handler_list_factory.cc
diff --git a/chrome/browser/policy/configuration_policy_handler_list_factory.cc b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
index 58f9c908404b33da0e393b44c33383df07aa1c62..b777319f9fe1a7e6c41d2283738a0d5530158f9b 100644
--- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
@@ -553,6 +553,12 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
prefs::kSuppressUnsupportedOSWarning,
base::Value::TYPE_BOOLEAN },
#endif // !OS_ANDROID
+
+#if defined(OS_CHROMEOS)
+ { key::kSystemTimezoneAutomaticDetection,
+ prefs::kSystemTimezoneAutomaticDetectionPolicy,
+ base::Value::TYPE_INTEGER },
+#endif
};
class ForceSafeSearchPolicyHandler : public TypeCheckingPolicyHandler {

Powered by Google App Engine
This is Rietveld 408576698