| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index f5ed0cbdad6232c4c67ce825a6ef05710527344f..e8ad24459165dadf7e6410ceff269e8664dc1cdd 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2251,6 +2251,10 @@ const char kOobeComplete[] = "OobeComplete";
|
| // A boolean pref of the device registered flag (second part after first login).
|
| const char kDeviceRegistered[] = "DeviceRegistered";
|
|
|
| +// List of usernames that used certificates pushed by policy before.
|
| +// This is used to prevent these users from joining multiprofile sessions.
|
| +const char kUsedPolicyCertificates[] = "policy.used_policy_certificates";
|
| +
|
| #endif
|
|
|
| // Whether there is a Flash version installed that supports clearing LSO data.
|
|
|