| Index: chromeos/settings/cros_settings_names.cc
|
| diff --git a/chromeos/settings/cros_settings_names.cc b/chromeos/settings/cros_settings_names.cc
|
| index ae36b0cb911da69792a1738806b959c3cda29660..15a5e9ff7706a30ed8296602cf497ca7f2a77e53 100644
|
| --- a/chromeos/settings/cros_settings_names.cc
|
| +++ b/chromeos/settings/cros_settings_names.cc
|
| @@ -199,4 +199,9 @@ const char kAllowBluetooth[] = "cros.device.allow_bluetooth";
|
| const char kDeviceQuirksDownloadEnabled[] =
|
| "cros.device.quirks_download_enabled";
|
|
|
| +// A list pref storing the security origins allowed to access the webcam
|
| +// during SAML logins.
|
| +const char kLoginVideoCaptureAllowedUrls[] =
|
| + "cros.device.login_video_capture_allowed_urls";
|
| +
|
| } // namespace chromeos
|
|
|