| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index f6dd8a8f2995b81d059ecea396bb3387cc08df66..4503253d92e9d60096235799776b49259b0018de 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -935,6 +935,17 @@ const char kGeolocationDefaultContentSetting[] =
|
| // Dictionary that maps [frame, toplevel] to their Geolocation content setting.
|
| const char kGeolocationContentSettings[] = "geolocation.content_settings";
|
|
|
| +
|
| +// A whitelist of Dictionary that maps [origin, device] to give websites access
|
| +// to the microphones.
|
| +const char kMediaStreamAudioDevicesWhitelist[] =
|
| + "media_stream.audio_devices_whitelist";
|
| +
|
| +// A whitelist of Dictionary that maps [origin, device] to give websites access
|
| +// to the cameras.
|
| +const char kMediaStreamVideoDevicesWhitelist[] =
|
| + "media_stream.video_devices_whitelist";
|
| +
|
| // Preference to disable 3D APIs (WebGL, Pepper 3D).
|
| const char kDisable3DAPIs[] = "disable_3d_apis";
|
|
|
| @@ -1811,6 +1822,8 @@ const char kManagedDefaultGeolocationSetting[] =
|
| "profile.managed_default_content_settings.geolocation";
|
| const char kManagedDefaultNotificationsSetting[] =
|
| "profile.managed_default_content_settings.notifications";
|
| +const char kManagedDefaultMediaStreamSetting[] =
|
| + "mediastream.default_content_settings";
|
|
|
| // Preferences that are exclusively used to store managed
|
| // content settings patterns.
|
|
|