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

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

Issue 14715019: New policy to enable/disable HTTP-based downloads. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed extra whitespace Created 7 years, 7 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/chromeos/chrome_device_policy.proto
diff --git a/chrome/browser/policy/proto/chromeos/chrome_device_policy.proto b/chrome/browser/policy/proto/chromeos/chrome_device_policy.proto
index 2c095dc5c21fe22c0f0f28ef7e146ce1cb7162cb..cce8f3292ae56ee3daad583d708e6e37c0112702 100644
--- a/chrome/browser/policy/proto/chromeos/chrome_device_policy.proto
+++ b/chrome/browser/policy/proto/chromeos/chrome_device_policy.proto
@@ -202,6 +202,9 @@ message AutoUpdateSettingsProto {
// True if the device should reboot automatically when an update has been
// applied and a reboot is required to complete the update process.
optional bool reboot_after_update = 6;
+
+ // True if AU payloads can be downloaded via HTTP. False otherwise.
+ optional bool http_downloads_enabled = 7 [default = false];
}
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