| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 6d0a7b30c1c7a0621e5aeef96a7456fa8d516f69..cd3a2e691d1f0faf1b6de550e9c5748f2c811f95 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -371,6 +371,8 @@ const char kWebKitJavascriptCanOpenWindowsAutomatically[] =
|
| const char kWebKitLoadsImagesAutomatically[] =
|
| "webkit.webprefs.loads_images_automatically";
|
| const char kWebKitPluginsEnabled[] = "webkit.webprefs.plugins_enabled";
|
| +const char kWebKitEncryptedMediaEnabled[] =
|
| + "webkit.webprefs.encrypted_media_enabled";
|
|
|
| // Boolean that is true when Data Saver is enabled.
|
| // TODO(bengr): Migrate the preference string to "data_saver.enabled"
|
|
|