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

Unified Diff: chromeos/settings/cros_settings_names.cc

Issue 1052673002: Expose kDeviceLoginScreenDomainAutoComplete through CrosSettings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
Index: chromeos/settings/cros_settings_names.cc
diff --git a/chromeos/settings/cros_settings_names.cc b/chromeos/settings/cros_settings_names.cc
index 921f1b2d328afd5c580277f7b3ae177836b60c2c..c51033e7b57f1d8297b9e4c8cb422a1238186674 100644
--- a/chromeos/settings/cros_settings_names.cc
+++ b/chromeos/settings/cros_settings_names.cc
@@ -38,6 +38,10 @@ const char kAccountsPrefSupervisedUsersEnabled[] =
"cros.accounts.supervisedUsersEnabled";
const char kAccountsPrefTransferSAMLCookies[] =
"cros.accounts.transferSAMLCookies";
Mattias Nissler (ping if slow) 2015/04/07 12:29:45 nit: blank line before comment.
peletskyi 2015/04/07 13:48:12 Done.
+// A string pref that specifies a domain name for the autocomplete option during
+// user sign-in flow.
+const char kAccountsPrefDeviceLoginScreenDomainAutoComplete[] =
Daniel Erat 2015/04/07 13:46:47 i'm trying to parse the names of all of these cons
+ "cros.accounts.login_screen_domain_auto_complete";
// All cros.signed.* settings are stored in SignedSettings.
const char kSignedDataRoamingEnabled[] = "cros.signed.data_roaming_enabled";

Powered by Google App Engine
This is Rietveld 408576698