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

Unified Diff: chromeos/settings/cros_settings_names.h

Issue 1936903002: Allow SAML logins to use the webcam (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test case and xml formatting 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
Index: chromeos/settings/cros_settings_names.h
diff --git a/chromeos/settings/cros_settings_names.h b/chromeos/settings/cros_settings_names.h
index 492bc49ca75f38bf15ed0d95b2531ff63ae025ff..62b478d66126ede6233f70413cbd7f9b1a115695 100644
--- a/chromeos/settings/cros_settings_names.h
+++ b/chromeos/settings/cros_settings_names.h
@@ -100,6 +100,8 @@ CHROMEOS_EXPORT extern const char kAllowBluetooth[];
CHROMEOS_EXPORT extern const char kDeviceQuirksDownloadEnabled[];
+CHROMEOS_EXPORT extern const char kLoginVideoCaptureAllowedUrls[];
+
} // namespace chromeos
#endif // CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_

Powered by Google App Engine
This is Rietveld 408576698