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

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: 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/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 50a347171e075d90802568ed95f817a87cebb05c..813916e434ed834f7bc987a9d17d619f9e21474d 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -693,6 +693,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