| Index: content/renderer/pepper/resource_creation_impl.h
|
| diff --git a/content/renderer/pepper/resource_creation_impl.h b/content/renderer/pepper/resource_creation_impl.h
|
| index 1a8ae642657646ae5bbc37b804188100db450bb1..0e33042ea6670cc11cfcca156e59c8100d3bdbdd 100644
|
| --- a/content/renderer/pepper/resource_creation_impl.h
|
| +++ b/content/renderer/pepper/resource_creation_impl.h
|
| @@ -107,8 +107,7 @@ class ResourceCreationImpl : public ppapi::thunk::ResourceCreationAPI {
|
| PP_InputEvent_Type type,
|
| PP_TimeTicks time_stamp,
|
| uint32_t modifiers) OVERRIDE;
|
| - virtual PP_Resource CreateNetworkMonitorPrivate(
|
| - PP_Instance instance) OVERRIDE;
|
| + virtual PP_Resource CreateNetworkMonitor(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreatePlatformVerificationPrivate(
|
| PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateResourceArray(PP_Instance instance,
|
|
|