| Index: content/renderer/pepper/resource_creation_impl.cc
|
| diff --git a/content/renderer/pepper/resource_creation_impl.cc b/content/renderer/pepper/resource_creation_impl.cc
|
| index 178236edf68f64208a14bb270fef8bbe7e7ad7e2..d9ed442aecd04f9f91f4ff626700d755adf9781c 100644
|
| --- a/content/renderer/pepper/resource_creation_impl.cc
|
| +++ b/content/renderer/pepper/resource_creation_impl.cc
|
| @@ -216,6 +216,11 @@ PP_Resource ResourceCreationImpl::CreateNetworkMonitor(PP_Instance instance) {
|
| return 0; // Not supported in-process.
|
| }
|
|
|
| +PP_Resource ResourceCreationImpl::CreateOutputProtectionPrivate(
|
| + PP_Instance instance) {
|
| + return 0; // Not supported in-process.
|
| +}
|
| +
|
| PP_Resource ResourceCreationImpl::CreatePlatformVerificationPrivate(
|
| PP_Instance instance) {
|
| return 0; // Not supported in-process.
|
|
|