Index: ppapi/cpp/private/platform_verification.h |
diff --git a/ppapi/cpp/private/platform_verification.h b/ppapi/cpp/private/platform_verification.h |
index 7f0f8a197ffc66d34711dcce9333498f14f66bde..166077a828911f60356b4dec0d31644d2f85185a 100644 |
--- a/ppapi/cpp/private/platform_verification.h |
+++ b/ppapi/cpp/private/platform_verification.h |
@@ -18,8 +18,6 @@ class PlatformVerification : public Resource { |
explicit PlatformVerification(const InstanceHandle& instance); |
virtual ~PlatformVerification(); |
- int32_t CanChallengePlatform( |
- const CompletionCallbackWithOutput<bool>& callback); |
int32_t ChallengePlatform(const Var& service_id, |
const Var& challenge, |
Var* signed_data, |