Add CefRegisterWidevineCdm function and remove component updater support (issue #2009)

This commit is contained in:
Marshall Greenblatt
2016-10-05 18:19:19 -04:00
parent 16e49fb8af
commit 150a22a49c
40 changed files with 1241 additions and 390 deletions

View File

@@ -226,7 +226,7 @@ net_log::ChromeNetLog* ChromeBrowserProcessStub::net_log() {
component_updater::ComponentUpdateService*
ChromeBrowserProcessStub::component_updater() {
return CefContext::Get()->component_updater();
return NULL;
}
CRLSetFetcher* ChromeBrowserProcessStub::crl_set_fetcher() {