| Index: chrome/common/chrome_content_client.cc
|
| diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc
|
| index f26d3b9bab2dee4523914d88064bdda5001b3bad..da0e5ed6e2c51dcae844edb016b0783ab0cf7169 100644
|
| --- a/chrome/common/chrome_content_client.cc
|
| +++ b/chrome/common/chrome_content_client.cc
|
| @@ -262,7 +262,9 @@ void ComputeBuiltInPlugins(std::vector<content::PepperPluginInfo>* plugins) {
|
| widevine_cdm.is_out_of_process = true;
|
| widevine_cdm.path = path;
|
| widevine_cdm.name = kWidevineCdmDisplayName;
|
| - widevine_cdm.description = kWidevineCdmDescription;
|
| + widevine_cdm.description = kWidevineCdmDescription +
|
| + std::string(" (version: ") +
|
| + WIDEVINE_CDM_VERSION_STRING + ")";
|
| widevine_cdm.version = WIDEVINE_CDM_VERSION_STRING;
|
| content::WebPluginMimeType widevine_cdm_mime_type(
|
| kWidevineCdmPluginMimeType,
|
|
|