| Index: ppapi/thunk/ppb_platform_verification_api.h
|
| diff --git a/ppapi/thunk/ppb_platform_verification_api.h b/ppapi/thunk/ppb_platform_verification_api.h
|
| index fc2872b0cb348ee2ec9c597371fa5632db077dbc..3f7f188ad88358c8ef3839d86155df7581235471 100644
|
| --- a/ppapi/thunk/ppb_platform_verification_api.h
|
| +++ b/ppapi/thunk/ppb_platform_verification_api.h
|
| @@ -18,9 +18,6 @@ class PPAPI_THUNK_EXPORT PPB_PlatformVerification_API {
|
| public:
|
| virtual ~PPB_PlatformVerification_API() {}
|
|
|
| - virtual int32_t CanChallengePlatform(
|
| - PP_Bool* can_challenge_platform,
|
| - const scoped_refptr<TrackedCallback>& callback) = 0;
|
| virtual int32_t ChallengePlatform(
|
| const PP_Var& service_id,
|
| const PP_Var& challenge,
|
|
|