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

Unified Diff: chrome/browser/policy/proto/chrome_device_policy.proto

Issue 10832222: Added a timezone policy and pyauto tests for it. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase and update policy id. Created 8 years, 4 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/browser/policy/device_policy_cache.cc ('k') | chrome/test/functional/chromeos_device_policy.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/proto/chrome_device_policy.proto
diff --git a/chrome/browser/policy/proto/chrome_device_policy.proto b/chrome/browser/policy/proto/chrome_device_policy.proto
index 5313c88cb5db0848fd9544340e7f8971640f4114..262e85eec4db62e1e7715f0339f04c5dfd5f3dac 100644
--- a/chrome/browser/policy/proto/chrome_device_policy.proto
+++ b/chrome/browser/policy/proto/chrome_device_policy.proto
@@ -206,6 +206,14 @@ message StartUpUrlsProto {
repeated string start_up_urls = 1;
}
+message SystemTimezoneProto {
+ // Specifies the timezone which is applied if this value is provided. Valid
+ // values are listed in "timezone_settings.cc". Additionally, timezones from
+ // the "IANA Time Zone Database" (e.g. listed on wikipedia) that are
+ // equivalent to one of the timezones in "timezone_settings.cc" are valid.
+ optional string timezone = 1;
+}
+
message ChromeDeviceSettingsProto {
optional DevicePolicyRefreshRateProto device_policy_refresh_rate = 1;
optional UserWhitelistProto user_whitelist = 2;
@@ -226,4 +234,5 @@ message ChromeDeviceSettingsProto {
optional AutoUpdateSettingsProto auto_update_settings = 17;
optional StartUpUrlsProto start_up_urls = 18;
optional PinnedAppsProto pinned_apps = 19;
+ optional SystemTimezoneProto system_timezone = 20;
}
« no previous file with comments | « chrome/browser/policy/device_policy_cache.cc ('k') | chrome/test/functional/chromeos_device_policy.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698