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

Unified Diff: chromeos/settings/cros_settings_names.cc

Issue 1936903002: Allow SAML logins to use the webcam (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add comment to JS re: C++ permission check Created 4 years, 8 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
« no previous file with comments | « chromeos/settings/cros_settings_names.h ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chromeos/settings/cros_settings_names.h ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698