| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 51b573d0db84428287c568d25fe123f47339e5ca..445915b2a52ebbad8b0f79e85e94f48b0e04c117 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -364,6 +364,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"
|
|
|