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

Unified Diff: chromeos/settings/cros_settings_names.h

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.h
diff --git a/chromeos/settings/cros_settings_names.h b/chromeos/settings/cros_settings_names.h
index 030bb163ef561a764966eaa15def9af29ae3482a..f7dc16c3c8c6155df6ab37b2f8a5788f22b61f3e 100644
--- a/chromeos/settings/cros_settings_names.h
+++ b/chromeos/settings/cros_settings_names.h
@@ -88,6 +88,8 @@ CHROMEOS_EXPORT extern const char kDeviceDisabledMessage[];
CHROMEOS_EXPORT extern const char kRebootOnShutdown[];
CHROMEOS_EXPORT extern const char kExtensionCacheSize[];
+
+CHROMEOS_EXPORT extern const char kDeviceLoginScreenDomainAutoComplete[];
Mattias Nissler (ping if slow) 2015/04/02 08:29:38 I think this should be prefixed with kAccountsPref
peletskyi 2015/04/07 12:06:29 Done.
} // namespace chromeos
#endif // CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_

Powered by Google App Engine
This is Rietveld 408576698