| Index: ppapi/shared_impl/ppb_device_ref_shared.h
|
| diff --git a/ppapi/shared_impl/ppb_device_ref_shared.h b/ppapi/shared_impl/ppb_device_ref_shared.h
|
| index 9ea367ee05d336667dc1cdb6136974d1afd1cc73..2e1e7b46c08e38b64464224df100cfc4309606e4 100644
|
| --- a/ppapi/shared_impl/ppb_device_ref_shared.h
|
| +++ b/ppapi/shared_impl/ppb_device_ref_shared.h
|
| @@ -48,11 +48,6 @@ class PPAPI_SHARED_EXPORT PPB_DeviceRef_Shared
|
| virtual PP_DeviceType_Dev GetType() OVERRIDE;
|
| virtual PP_Var GetName() OVERRIDE;
|
|
|
| - static PP_Resource CreateResourceArray(
|
| - ResourceObjectType type,
|
| - PP_Instance instance,
|
| - const std::vector<DeviceRefData>& devices);
|
| -
|
| private:
|
| DeviceRefData data_;
|
|
|
|
|