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

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

Issue 2694833002: Fix wording in in chrome_device_policy.proto comment (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
diff --git a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
index 35bcf33b765637b9dd0be5834e101c8418d1eb24..736b1632088d48b3075361fabd85532f18343fb7 100644
--- a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
+++ b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
@@ -760,12 +760,12 @@ message LoginAppsProto {
repeated string login_apps = 1;
}
-// A list of allowed locales on the login page.
+// A list of allowed locales on the login screen.
message LoginScreenLocalesProto {
repeated string login_screen_locales = 1;
}
-// A list of allowed input methods on the login page.
+// A list of allowed input methods on the login screen.
message LoginScreenInputMethodsProto {
repeated string login_screen_input_methods = 1;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698