Chromium Code Reviews| 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 { |