diff options
Diffstat (limited to 'chrome/browser/chromeos/policy/proto/chrome_device_policy.proto')
-rw-r--r-- | chrome/browser/chromeos/policy/proto/chrome_device_policy.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto index a11c9c7..9de8517 100644 --- a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto +++ b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto @@ -663,7 +663,7 @@ message LoginAuthenticationBehaviorProto { GAIA = 0; SAML_INTERSTITIAL = 1; }; - + optional LoginBehavior login_authentication_behavior = 1 [default = GAIA]; } |