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

Unified Diff: chrome/common/pref_names.cc

Issue 1836433003: ChromeOS: Add SystemTimezoneAutomaticDetection policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. 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
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/data/policy/policy_test_cases.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index bcccf36d1eaaf9c9f621f30dba7fc7fa94e5776c..4c3bac6d02b2b00cabb28b2f4242d7d2ee3e5725 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1867,6 +1867,11 @@ const char kDebuggingFeaturesRequested[] = "DebuggingFeaturesRequested";
// kResolveTimezoneByGeolocation
const char kResolveDeviceTimezoneByGeolocation[] =
"settings.resolve_device_timezone_by_geolocation";
+
+// This is policy-controlled preference.
+// It has values defines by num ResolveDeviceTimezoneByGeolocationPolicyValues.
+const char kSystemTimezoneAutomaticDetectionPolicy[] =
+ "settings.resolve_device_timezone_by_geolocation_policy";
#endif // defined(OS_CHROMEOS)
// *************** SERVICE PREFS ***************
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/data/policy/policy_test_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698