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

Unified Diff: chrome/test/data/policy/policy_test_cases.json

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/test/data/policy/policy_test_cases.json
diff --git a/chrome/test/data/policy/policy_test_cases.json b/chrome/test/data/policy/policy_test_cases.json
index 0b67419f8fd7944c28140c14f578f04b96a4fd79..642e38cad35c822744f1c9b278507a03ef538e8c 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -2699,6 +2699,14 @@
]
},
+ "SystemTimezoneAutomaticDetection": {
+ "os": ["chromeos"],
+ "test_policy": { "SystemTimezoneAutomaticDetection": 1 },
+ "pref_mappings": [
+ { "pref": "cros.device.system_timezone_automatic_detection" }
+ ]
+ },
+
"----- Chrome Frame policies -------------------------------------------": {},
"ChromeFrameRendererSettings": {

Powered by Google App Engine
This is Rietveld 408576698