build: [m67] enable widevine support (#14519)

* build: [m67] enable widevine support

* fix: remove plugin cache reset hack

It was added in (#8907) to make widevine cdm shows up in
navigator.plugins, since widevine support is no longer
enabled by a plugin it can be removed safely.
This commit is contained in:
Robo 2018-09-11 01:05:05 +05:30 committed by Aleksei Kuzmin
parent ce8e93bad3
commit f76a8c7b24
7 changed files with 81 additions and 148 deletions

View file

@ -10,6 +10,8 @@
#include "content/public/renderer/content_renderer_client.h"
#include "third_party/blink/public/web/web_local_frame.h"
// In SHARED_INTERMEDIATE_DIR.
#include "widevine_cdm_version.h" // NOLINT(build/include)
#if defined(WIDEVINE_CDM_AVAILABLE)
#include "chrome/renderer/media/chrome_key_systems_provider.h"