| 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 42fd413745e306c80a14793946e9d58134a70427..4dbf74877aeca58ba39b9769cfdbeebb86279e5f 100644
|
| --- a/content/renderer/pepper/resource_creation_impl.cc
|
| +++ b/content/renderer/pepper/resource_creation_impl.cc
|
| @@ -217,6 +217,11 @@ PP_Resource ResourceCreationImpl::CreateNetworkMonitorPrivate(
|
| 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.
|
|
|