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

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: Moved policy to SystemTimezone. Created 4 years, 9 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 947978bb90f75a7f179a9aa4ec1913665408b30c..2a60a8e6b0da11f2b6370b2c1e67aff6bb29306f 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