| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 18a1302d89851e9be5160d7253787b3e61b6a4ae..8f135ec04247baca04bdc0775611efd24039a58a 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1123,6 +1123,9 @@ const char kDefaultAudioCaptureDevice[] = "media.default_audio_capture_device";
|
| // The default video capture device used by the Media content setting.
|
| const char kDefaultVideoCaptureDevice[] = "media.default_video_capture_Device";
|
|
|
| +// The salt used for creating random MediaSource IDs.
|
| +const char kMediaDeviceIdSalt[] = "media.device_id_salt";
|
| +
|
| // Preference to disable 3D APIs (WebGL, Pepper 3D).
|
| const char kDisable3DAPIs[] = "disable_3d_apis";
|
|
|
|
|