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

Unified Diff: chrome/common/pref_names.h

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/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 08907598c97b35af15e9838d77d5cfb5116a2271..e13de95f50ca00af68a08bf513bf1371c20a54cb 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -692,6 +692,7 @@ extern const char kDebuggingFeaturesRequested[];
#if defined(OS_CHROMEOS)
extern const char kResolveDeviceTimezoneByGeolocation[];
+extern const char kSystemTimezoneAutomaticDetectionPolicy[];
#endif // defined(OS_CHROMEOS)
#if !defined(OS_ANDROID)

Powered by Google App Engine
This is Rietveld 408576698