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

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

Issue 10281005: Add enterprise policy support to scatter downloading of ChromeOS updates (Closed) Base URL: http://git.chromium.org/git/chromium/src.git@master
Patch Set: Created 8 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
« no previous file with comments | « no previous file | no next file » | 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 3715f88101de9fa8657dbd6bf1df18b72eec8dd6..b08ee22bd37f27bd3634ba439349d7f2f3a44976 100644
--- a/chrome/browser/policy/proto/chrome_device_policy.proto
+++ b/chrome/browser/policy/proto/chrome_device_policy.proto
@@ -161,6 +161,22 @@ message AutoUpdateSettingsProto {
// 1412.24.34: update to this specific version only
// ---------------------------------------------------------------------
optional string target_version_prefix = 2;
+
+ // The Chrome browser version (e.g. "17.*") corresponding to the
+ // target_version_prefix above. The target_version_prefix is the internal OS
+ // version that external users normally are not aware of. This display_name
+ // can be used by the devices to display a message to end-users about the auto
+ // update setting.
+ optional string target_version_display_name = 3;
+
+ // Specifies the number of seconds up to which a device may randomly
+ // delay its download of an update from the time the update was first pushed
+ // out to the server. The device may wait a portion of this time in terms
+ // of wall-clock-time and the remaining portion in terms of the number of
+ // update checks. In any case, the scatter is upper bounded to a constant
+ // amount of time so that a device does not ever get stuck waiting to download
+ // an update forever.
+ optional int64 scatter_factor_in_seconds = 4;
}
message StartUpUrlsProto {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698