Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
| index d1e5cbcd317f23006e5da5a78555d76efb0c7bb6..4656ec325220f65ce991460c13bedf34da2dccd3 100644 |
| --- a/chrome/common/pref_names.cc |
| +++ b/chrome/common/pref_names.cc |
| @@ -938,6 +938,12 @@ const char kPinUnlockMinimumLength[] = "pin_unlock_minimum_length"; |
| const char kPinUnlockMaximumLength[] = "pin_unlock_maximum_length"; |
| // Boolean pref indicating whether users are allowed to set easy pins. |
| const char kPinUnlockWeakPinsAllowed[] = "pin_unlock_weak_pins_allowed"; |
| +// Dictionary saving user choices regarding granted permissions to |
|
gab
2017/01/11 19:13:33
nit: Empty line above (others are together because
|
| +// extensions/apps for usage of APIs. In Public Sessions API usage is restricted |
| +// to protect the user from a malicious device owner/admin. This dictionary will |
| +// not be persisted across sessions. |
| +const char kExtensionsPublicSessionPermissions[] = |
| + "extensions.public_session_permissions"; |
| #endif // defined(OS_CHROMEOS) |
| // A boolean pref set to true if a Home button to open the Home pages should be |