| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 352f8c5ca91ac4629334012dd4b8a02c5f77ae9d..fd54c531a54fb9a87fdb0826ccff396ffacb53c2 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2039,6 +2039,9 @@ const char kDeviceEnrollmentAutoStart[] = "enrollment.auto_start";
|
| // Whether the user may exit enrollment.
|
| const char kDeviceEnrollmentCanExit[] = "enrollment.can_exit";
|
|
|
| +// How many times HID detection OOBE dialog was shown.
|
| +const char kTimesHIDDialogShown[] = "HIDDialog.shown_how_many_times";
|
| +
|
| // Dictionary of per-user Least Recently Used input method (used at login
|
| // screen).
|
| extern const char kUsersLRUInputMethod[] = "UsersLRUInputMethod";
|
|
|