summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnagel <tnagel@chromium.org>2016-03-24 02:22:10 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-24 09:23:23 +0000
commit723e2c9adc4f9a33b548d4ffae0bad33fdd19658 (patch)
tree23cac5e939e5c1db4eb49944c99e1163c1ecbe41
parent1ff20a2dc7645dc27d69209632617e5846cb5afa (diff)
downloadchromium_src-723e2c9adc4f9a33b548d4ffae0bad33fdd19658.zip
chromium_src-723e2c9adc4f9a33b548d4ffae0bad33fdd19658.tar.gz
chromium_src-723e2c9adc4f9a33b548d4ffae0bad33fdd19658.tar.bz2
Remove trailing whitespace in chrome_device_policy.proto.
BUG=587900 TBR=afakhry Review URL: https://codereview.chromium.org/1830113002 Cr-Commit-Position: refs/heads/master@{#383044}
-rw-r--r--chrome/browser/chromeos/policy/proto/chrome_device_policy.proto2
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];
}