| 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..338e3fc9aa30f3d61c996343269d4b82239268e8 100644 | 
| --- a/chrome/browser/policy/proto/chrome_device_policy.proto | 
| +++ b/chrome/browser/policy/proto/chrome_device_policy.proto | 
| @@ -78,6 +78,11 @@ 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 and the |release_channel| field is not | 
| +  // set or left empty, the user can select the channel. If the | 
| +  // |release_channel| is specified it will always override users choice! | 
| +  optional bool release_channel_delegated = 2; | 
| } | 
|  | 
| message DeviceOpenNetworkConfigurationProto { | 
|  |