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

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

Issue 9668001: Add a new policy to allow for release channel delegation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/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 e447d4f22db173b855bcd0f315a2b23982d17e9c..e4d5d2f72b4b147be33bb7a5e740b2c5de2f09f2 100644
--- a/chrome/browser/policy/proto/chrome_device_policy.proto
+++ b/chrome/browser/policy/proto/chrome_device_policy.proto
@@ -78,6 +78,8 @@ message MetricsEnabledProto {
message ReleaseChannelProto {
// One of "stable-channel", "beta-channel", or "dev-channel"
optional string release_channel = 1;
+ // If |user_delegated| is set to true, the user can select the channel.
Joao da Silva 2012/03/09 15:15:55 Nit: newline before the comment
pastarmovj 2012/03/12 13:06:53 Done.
+ optional bool release_channel_delegated = 2;
}
message DeviceOpenNetworkConfigurationProto {

Powered by Google App Engine
This is Rietveld 408576698