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

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

Issue 1849133006: Revert "ChromeOS: Add SystemTimezoneAutomaticDetection policy." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 1068d4642e751b86046ca64f19c8c9365fdfe936..4c33391d434151b653549e1e031c3952b4a28d74 100644
--- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
@@ -550,12 +550,6 @@ 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 {
« no previous file with comments | « chrome/browser/chromeos/system/timezone_resolver_manager.cc ('k') | chrome/browser/policy/policy_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698